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
Hi Joahn,
So I recently came across your code base for slider and it works great. Working with the code it came to my notice that if someone clicks multiple times on either the right arrow or left arrow, the slider right/Left function call, as well as the autoplay functionality in useEffect, creates a glitch problem. The slider then behaves in an erratic manner.
It may be because of the absence of the cleanUp function.
The text was updated successfully, but these errors were encountered:
Hi Joahn,
So I recently came across your code base for slider and it works great. Working with the code it came to my notice that if someone clicks multiple times on either the right arrow or left arrow, the slider right/Left function call, as well as the autoplay functionality in useEffect, creates a glitch problem. The slider then behaves in an erratic manner.
It may be because of the absence of the cleanUp function.
The text was updated successfully, but these errors were encountered: