-
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
Cannot update a component while rendering a different component. Probably due to bad setState() #707
Comments
@tramax Were you able to fix this error? |
Facing the same issue |
Same issue... this is a critical bug, make this lib gargbage |
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. |
Hi Shaun. Do you use dynamic import via |
Hi, sorry I abandoned this in favor of https://github.com/akiran/react-slick that just seems to work our of the box |
Describe the bug
React issues a warning about bad setState when the Carousel component is used
To Reproduce
Steps to reproduce the behavior:
10.2.0
react-carousel 2.0.3
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: