-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Collapses not working on IE11 #26266
Comments
This is because Babel improved its compliance with spec behavior: And the To resolve this, |
Is this not what Babel is supposed to prevent? 🙄 I thought the idea was: You just write your code utilizing the newest features and we do the rest to make it work in older browsers or warn you if it is not possible… Anyway, alternatively users targeting browsers without |
/CC @Johann-S |
Wait a minute, IE 9 and above support
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Notes This error is occurring because of this line: Line 334 in 8f7bd41
If |
IE .. always slowing developers down .. it's just a shame thats all. |
SCRIPT5007: Object.keys: the argument is not an object.
The text was updated successfully, but these errors were encountered: