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
Go to version 0.7.5 and do the same thing I pointed out above. When you switch over, you'll see how it should work
Expected Behaviour
The expected result: when you click on the right arrow, the slider will first show the remaining 2 slides, when you click again, the slider will return to the first slide. Similarly in the other direction
The text was updated successfully, but these errors were encountered:
Checks
Version
0.7.12
Description
Slider settings:
Number of slides: 6
options={
arrows: true,
perPage: 4,
perMove: 4,
rewind: true,
}
With these settings, the "rewind" slider option doesn't work correctly.
Reproduction Link
https://codesandbox.io/s/37-forked-o8407s?file=/src/App.jsx
Steps to Reproduce
Expected Behaviour
The expected result: when you click on the right arrow, the slider will first show the remaining 2 slides, when you click again, the slider will return to the first slide. Similarly in the other direction
The text was updated successfully, but these errors were encountered: