Learus / react-material-ui-carousel

A Generic carousel UI component for React using Material UI.
MIT License
552 stars 220 forks source link

The indicators stop working after navigating slides 2-3 times #216

Closed pratikgirikonvergedotai closed 1 year ago

pratikgirikonvergedotai commented 1 year ago

I am using react-material-ui-carousel (3.4.2) in react (18.2.0)

when tried to navigate slides from indicators, it works for 2-3 slides in some cases 1-2 then the indicators are disabled and cannot navigate by using them. In devtools saw that the cursor property was applied but was overwritten. Kindly look into it