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
One arrow should be disabled if the active slide is first or last.
Example: If your first slide has index 0, the left arrow should be disabled, because you cannot go to the slide with index -1.
The problem occurs only after initialization (mount). After changing the slide, arrows are properly disabled.
btw. Why there are different version numbers in npm and in github????
Checks
Version
v4.0.17 (from npm)
Description
One arrow should be disabled if the active slide is first or last.
Example: If your first slide has index 0, the left arrow should be disabled, because you cannot go to the slide with index -1.
The problem occurs only after initialization (mount). After changing the slide, arrows are properly disabled.
btw. Why there are different version numbers in npm and in github????
Reproduction Link
https://codesandbox.io/s/wizardly-sound-xipo77
Steps to Reproduce
Bug:


Should be:
Expected Behaviour
Arrow should be disabled after initialization (mount).
The text was updated successfully, but these errors were encountered: