Replies: 1 comment
-
remove the hyphen. window.some-thing or var some-thing = |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Due to some other complication, it is a bit hard to setup a repro. So I'm just asking for help on navigating the source code.
But I'm using runtime to load some modules and getting the error
Unable to use the my_module ... URL with .... globalName to get remoteEntry exports.
Digging further, I see that the loadEntry code try to find the remote entry in the window object.
When/where does the entryKey get added to the global window object?
Appreciate.
The code is somewhat like this.
Beta Was this translation helpful? Give feedback.
All reactions