-
Notifications
You must be signed in to change notification settings - Fork 83
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
Library does not work on IE11 because of Symbol being undefined #124
Comments
Hi @squallstar, thanks for opening this issue. I am not sure adding a polyfill is the right thing to do here. The Symbol object is not required to run Perhaps the correct thing to add a guard to test for the |
@kofrasa thanks! Really appreciate the patch you made. Are all |
Yes, the changes are available in Happy Coding. |
@kofrasa unfortunately this is still an issue on IE11 because "Object.assign" is not supported (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign). |
I will make the fix as part of |
@kofrasa thanks, meanwhile I have added the above polyfill to make it work. |
Hello, is there any chance we can get a version of the dist js which works on IE11?
It currently doesn't work because
Symbol is undefined
so a polyfill will be necessary during the transpiling.I have tested the latest JS files in the dist folder against IE11.
Many thanks.
The text was updated successfully, but these errors were encountered: