react-id-swiper
react-id-swiper copied to clipboard
Pagination Poof ?
Is it me or hase my pagination gone poof ?
It's there, but I can't get styles to work.
Same here, scratching my head like crazy atm.
Found a solution. Beside the swiper stylesheet, you also have to import the pagination stylesheet separately.
@import '~swiper/components/pagination/pagination.scss';
For me the div is empty, nothing do with style !!
+1
+1 here
I had the same issue, so I rolled back both swiper and this package because I can't solve it now.
It seems related to getSwiper being deprecated since 4.x.x, probably because refs can be used instead.
It seems that the problem hasn't been fixed because I am experiencing the exact same issue with the latest version. Does anybody have any progress? If not - to which version should one roll back?
Check out the new react docs for swiperjs here: https://swiperjs.com/react/
I have a feeling this package has reached its end of life. Huge thanks to the author if so.
From memory, version 3 works with the swiper update API
On Mon., Sep. 21, 2020, 08:22 Alexander Shmyrkov, [email protected] wrote:
It seems that the problem hasn't been fixed because I am experiencing the exact same issue with the latest version. Does anybody have any progress? If not - to which version should one roll back?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kidjp85/react-id-swiper/issues/466#issuecomment-696078705, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6NLMZXGH7VRCY5SIMFBKLSG5AOLANCNFSM4QJ4LHFA .
"swiper": "^5.4.1",
"react-id-swiper": "^4.0.0",
Works version.
If anyone else has the same problem - these are the versions to roll back to. Thanks kmvan.
"swiper": "5.4.1", "react-id-swiper": "4.0.0"
"swiper": "5.4.5", "react-id-swiper": "4.0.0"