react-carousel
react-carousel copied to clipboard
`infinite` plugin overrides `fastSwipe` behavior
Describe the bug
infinite plugin overrides fastSwipe behavior.
To Reproduce Steps to reproduce the behavior:
- Go to https://brainhubeu.github.io/react-carousel/docs/examples/swipingSlides
- Swipe left/right, observe fastSwipe behavior not working as expected
- Remove 'infinite' from example, observe fastSwipe behavior working
Expected behavior fastSwipe + infinite should be compatible
👍