You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I point the remoteEntry to a non-existing remoteEntry (eg https://doesnotexists.com/remoteEntry.js) I expect the errorLoadRemote hook in the runtime plugin to get called but it never fires so I can't handle the error.
Instead, I get a uncaught promise exception coming from here:
Describe the bug
Using MF core 0.3.3 and the webpack plugin.
When I point the remoteEntry to a non-existing remoteEntry (eg https://doesnotexists.com/remoteEntry.js) I expect the
errorLoadRemote
hook in the runtime plugin to get called but it never fires so I can't handle the error.Instead, I get a uncaught promise exception coming from here:
core/packages/runtime/src/utils/load.ts
Line 121 in 951d705
My config is pretty much:
Reproduction
TBD
Used Package Manager
npm
System Info
sh: envinfo: command not found
Validations
The text was updated successfully, but these errors were encountered: