-
Notifications
You must be signed in to change notification settings - Fork 78
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
IE11 React 15.4 issue #82
Comments
Do you understand what that error is supposed to mean in context of Redbox? |
Looks like for some reason https://github.com/commissure/redbox-react/blob/master/src/index.js#L72 returns object Possible problem is in react-hot-load. |
Weird. IE11 is kind of hard for me to debug, but I am happy to review PRs. |
And I just restarted webpack and i'm back in the same situation... |
Appears related: facebook/react#8379. |
It's not redbox related. Adding Symbol polyfill is the fix — https://github.com/thejameskyle/babel-react-optimize/issues/16#issuecomment-263519239 |
@DimitryDushkin Thanks! |
As for IE11 problem, also see this: facebook/react#8379 (comment). |
On IE11 I got error:
Wonder why it's problem only in IE...
The text was updated successfully, but these errors were encountered: