brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
https://brainhub.eu/
MIT License
1.07k stars 164 forks source link

Multiple Carousel in one component problem #691

Closed erdim-turkay closed 3 years ago

erdim-turkay commented 3 years ago

Hello there,

I used this plugin for my latest project, but i stuck on weird bug. When i use the Carousel multiple time in one component , buttons interfere with each other. When i click the thumbnail button, other bottom carousel items disappear. When i click the bottom carousel button again , items come back. How can separate this two carousel or fix this problem?

Thank's a lot

Screen Shot 2021-04-20 at 12 19 33 Screen Shot 2021-04-20 at 12 22 08

erdim-turkay commented 3 years ago

Yeah, i figured out. I think if you render two carousel in one page, you must separate value and onChange function. Problem is infinite props. It's interfere with each other.