-
-
Notifications
You must be signed in to change notification settings - Fork 26.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
react-error-overlay: uncaught typeerror on using right/left arrow #2231
Comments
Thanks! I’ll take a look later today but if you find a quick fix send it our way. |
Fixed in #2238 |
|
Just upgraded to |
The fix doesn't seem to be working in |
Oops, my fault. Will publish |
Should be fixed in 1.0.4 (just published). |
Hello !
First of all thanks a lot for the upgrade and the hard work, create-react-app is completely awesome 😄 !
This issue was discovered when updating to
react-scripts@1.0.0
Description
On launching an empty app created with
create-react-app
, and using right/left arrow on the keyboard (when no overlay error is present) it logs an error in the console:Reproducible Demo
I could reproduce this error on a new react project created with create-react-app, as well as old projects I upgraded.
For info, I'm on Mac OSX Sierra on Chrome 57.
I would be glad to send a Pull Request and work on this issue, if someone could give me some hints to what's actually happening on here !
The text was updated successfully, but these errors were encountered: