After updateing admin panel, my plugin throws an javascript error in admin.min.js.
admin.min.js?5a66ee27e0:1089 Uncaught TypeError: Cannot read property 'notifications' of undefined
at canFetchNotifications (admin.min.js?5a66ee27e0:1089)
at Module.40535 (admin.min.js?5a66ee27e0:1244)
at __webpack_require__ (admin.min.js?5a66ee27e0:14897)
at admin.min.js?5a66ee27e0:15065
at Function.__webpack_require__.O (admin.min.js?5a66ee27e0:14941)
at admin.min.js?5a66ee27e0:15066
at admin.min.js?5a66ee27e0:15069
Is there a simple solution to fix this issue? I'm not really familiar with webpack requirement.