I am trying to add a loop in react-id-swiper as per documentation but it won't work.
Below are my parameters for loop mode, Let me know if I am missing anything.
const params = {
slidesPerView: 1,
autoplay: {
delay: 3000,
loop: true,
},
}