You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using autoplay and the stop on hover functionality this can cause setTimeout issues because the autoplay function is not being cleared properly.
Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the Carousel component.
Reproduce by setting up the carousel with autoplay and stop on hover, then render the page and click the next and previous buttons a couple of times, move mouse away from the carousel or navigate away from the page the carousel is on, this will trigger the setState error as described.
The text was updated successfully, but these errors were encountered:
When using autoplay and the stop on hover functionality this can cause setTimeout issues because the autoplay function is not being cleared properly.
Related to issue: #142
Reproduce by setting up the carousel with autoplay and stop on hover, then render the page and click the next and previous buttons a couple of times, move mouse away from the carousel or navigate away from the page the carousel is on, this will trigger the setState error as described.
The text was updated successfully, but these errors were encountered: