-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Version 2.19.1 breaks IE11 #232
Comments
I have good news, this was fixed already in: So, Could you please upgrade to that Babel version? |
According to this comment, it seems better to update to 7.5.4 |
Thanks for letting me know about this problem. I'm on it. |
v2.19.2 is out and should have this issue fixed. Sorry for the trouble. |
@wojtekmaj Thank you! |
Hello!
After updating to version 2.19.1 from version 2.19.0. I got the following error in IE11:
This function is used by
TileGroup
component.But I know that this isn't your code, it is code by Babel transformation, so it seems related to your change log entry "Syntax optimizations to make Babel output smaller.".
While checking changes between these 2 versions you update Babel related libraries.
This function implementation is really different between these 2 versions:
and incompatible with IE11.
Do you think it is possible to revert this change or would you say to don't support IE11?
The text was updated successfully, but these errors were encountered: