react-id-swiper
react-id-swiper copied to clipboard
loop with half slides in views
Firstly thank you for creating this react wrapper around ID Swiper :)
Spotted an issue with the following conditions:
- Loop to true
- slidesPerView set to 3.5
- 3 slides (so less than the amount that i want to show)
I can infinitely scroll previous, but cannot scroll infinitely next. Also, the duplicated items seem to lose their event handlers.
I've put together an example for you to reproduce...
https://codesandbox.io/s/reactidswiper-demo-7kk53
Cheers