-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Error: Uncaught (in promise): Error: Out of stack space when using with Angular in IE11 #545
Comments
Could you add a reproducible example? |
@zloirock yeah, I've created a repo with demo app: |
Closed since it's documented for a long time:
If you know a simple way of fixing this problem feel free to propose it. |
@zloirock unfortunately, I could not resolve this issue. I’ve tried |
Suddenly I've started seeing this error in IE's console:
I'm using the following polyfills:
The problem is in
symbol
polyfill, here's the line 6755 in compiled file:Usage of
Symbol
function (actually it is used by one of the libs,comlinkjs
):The text was updated successfully, but these errors were encountered: