-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Nested connected components trowing Warning: setState(...) #92
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
Comments
The only way we can help you is if you provide a reproducible example causing the issue. |
To clarify: please reopen if you can set up a project that shows the problem. |
This kind of error usually happens when you're trying to update component state in a deferred function (like |
Made an example repo, details to help understand the example in the repository readme. @alexkuz i think that maybe that's whats happening inside react-redux, what is not clear, is how the app is triggering it. |
Should be fixed in 2.1.1 via #96. |
I was on redux v1 and i was having no issues, now i upgraded redux and react-redux and i am getting
"Warning: setState(...): Can only update a mounted or mounting component." On some of my components (they are nested connected components), i am trying to find what changed that is causing this with no luck!.
The text was updated successfully, but these errors were encountered: