-
Notifications
You must be signed in to change notification settings - Fork 50
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
Fails on IE11 Win10 (no Array.prototype.find) #52
Comments
same issue |
Restuta
added a commit
to Restuta/react-proxy
that referenced
this issue
Mar 10, 2016
gaearon
pushed a commit
that referenced
this issue
Mar 10, 2016
Thanks! Fix is out in 1.1.8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-proxy/src/createClassProxy.js
Line 35 in 2d79a5b
This line is calling
[].find
which doesn't exist in IE11.The text was updated successfully, but these errors were encountered: