react-id-swiper icon indicating copy to clipboard operation
react-id-swiper copied to clipboard

Pagination Poof ?

Open GaddMaster opened this issue 5 years ago • 12 comments
trafficstars

Is it me or hase my pagination gone poof ?

GaddMaster avatar Aug 24 '20 20:08 GaddMaster

It's there, but I can't get styles to work.

norbiu avatar Aug 25 '20 15:08 norbiu

Same here, scratching my head like crazy atm.

mhedengren avatar Aug 26 '20 00:08 mhedengren

Found a solution. Beside the swiper stylesheet, you also have to import the pagination stylesheet separately.

@import '~swiper/components/pagination/pagination.scss';

norbiu avatar Aug 26 '20 07:08 norbiu

For me the div is empty, nothing do with style !!

GaddMaster avatar Aug 28 '20 09:08 GaddMaster

+1

kmvan avatar Sep 01 '20 10:09 kmvan

+1 here

seia-soto avatar Sep 01 '20 16:09 seia-soto

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.

Epicteto avatar Sep 08 '20 15:09 Epicteto

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?

alexshmyrkov avatar Sep 21 '20 12:09 alexshmyrkov

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 .

Epicteto avatar Sep 21 '20 12:09 Epicteto

    "swiper": "^5.4.1",
    "react-id-swiper": "^4.0.0",

Works version.

kmvan avatar Sep 21 '20 12:09 kmvan

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"

alexshmyrkov avatar Sep 21 '20 13:09 alexshmyrkov

"swiper": "5.4.5", "react-id-swiper": "4.0.0"

AlekseyKireychikS avatar Oct 15 '20 09:10 AlekseyKireychikS