-
-
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
Uncaught TypeError: Cannot read property 'apply' of undefined in Google Chrome #1114
Comments
This is not a problem with Create React App itself. As you can see it throws inside |
thank you very much you are right |
I had the same problem and I could solve it with the info in this two links When browser doesn't have the redux devtools extension the app throws an undefined error Y Advanced store setup |
Thanks @falzate81! I install the Redux dev tools and the bug was fixed! |
thanks @icarlossz |
redux dev tools fixed this for me |
Hi,
I am new to Reac&Redux app.
I use create-react-app but sometimes i have error in google chrome
Uncaught TypeError: Cannot read property 'apply' of undefined
after restart the google chrome, app works for me
in other browsers do not have this error
The text was updated successfully, but these errors were encountered: