Open seyyed-sina opened 4 years ago
seems Swiper > 6.x.x already support React Component please check in here: https://swiperjs.com/react/ its work fine with the pagination
thanks, @hclojacky, at last, I had to migrate to swiper/react
Same issue for me, pagination no longer works since updating to react-id-swiper: 4.0.0
Pagination has gone for me, poof ???
I managed to fix the pagination by downgrading Swiper to version "5.4.5" as per this working example
https://codesandbox.io/s/pagination-dynamic-bullets-example-forked-rqu2q?file=/src/App.tsx
@Quirksmode Did the job for me too !, until now that div was empty. I have a feeling ill move to swiper asap anyways but good patch for now
using
get nothing on pagination tag. It means it renders nothing in .pagination. Also, the fade effect does nothing.
here is my try: