-
Notifications
You must be signed in to change notification settings - Fork 164
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
Warning: Cannot update a component (re
) while rendering a different component (wi
). To locate the bad setState() call inside wi
, follow the stack trace as described in
#710
Comments
Facing the same warning |
Me too... looks to be a RECOIL problem. |
Same issue here. |
Same problem. Any solution? |
Have the same issue |
same |
I got this working by used the source and removing all the scss imports as they were bugging in my build environment. Simple import of the index.js file from the src directory here https://github.com/brainhubeu/react-carousel/tree/master/react-carousel/src and the errors about setState were resolved. |
same |
Same issue here. Upgrading to v2 was so bad choice for me... Plugins system feels horrible, there are ton of bugs all over the place :C |
buggy buggy buggy |
Same |
1 similar comment
Same |
Guys, I found a solution for my case: I'm using Redux to set the title of my pages. In each page i had: And then I changed to:
Reading a litle about it, have the same behavior of: componentDidMount and componentDidUpdate Hope I can help someone with this. |
Same. I'm using Next with dynamic import and ssr: false. |
Same. |
This problem is discussing in the issue #12 |
The text was updated successfully, but these errors were encountered: