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 I assign a value to the "particlesToScroll" prop and set the "infinite" prop to false, the arrow buttons' disable state doesn't work properly. Additionally, when I try to use the custom arrow slot, the "_disable" class isn't added at all. This issue can be reproduced in the official repl by adding e.g. infinite={false}, particlesToShow={3}, particlesToScroll={2}.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
When I assign a value to the "particlesToScroll" prop and set the "infinite" prop to false, the arrow buttons' disable state doesn't work properly. Additionally, when I try to use the custom arrow slot, the "_disable" class isn't added at all. This issue can be reproduced in the official repl by adding e.g. infinite={false}, particlesToShow={3}, particlesToScroll={2}.
Thank you.
The text was updated successfully, but these errors were encountered: