Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work in IE 11 #2

Open
bollerdominik opened this issue Sep 24, 2019 · 3 comments
Open

Does not work in IE 11 #2

bollerdominik opened this issue Sep 24, 2019 · 3 comments

Comments

@bollerdominik
Copy link

Trying to run this PoC in IE 11 I get

angular-app' died in status LOADING_SOURCE_CODE: "does not export an unmount function or array of functions"

Kindly asking for help on how to get it running on IE

@joeldenning
Copy link

The same error doesn't happen in other browsers? The error you're seeing is usually not browser-specific.

@bollerdominik
Copy link
Author

Works fine in all other Browsers I have tested it. Just IE is throwing the error shown above

@joeldenning
Copy link

I just tested it out locally and confirmed it doesn't work. It seems related to Angular 5's bundle not creating the window.angularApp global variable correctly. I don't have the desire to debug this since this repo is not up-to-date on many things (Angular 5 instead of Angular 8) and not following all the best practices of single-spa (no SystemJS, UI in the root app when that's not encouraged, etc).

Check out the recommended setup by the single-spa core team.

Here are some other examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants