-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest version not working with next and prev botton #477
Comments
The latest version has problem with the last version of swiper package but we are waiting for package update |
So, I searched and finally find a solluction to this problem. Like this. This is the link that i managed to find exactly that. The lib swiper is the basis of the lib react-id-swiper. So I put the dots together and it worked for me. Before I used version 5.4.5 just because the features were not working correctly. |
I also need to import the sets and define it like this: import SwiperCore, { Virtual,Keyboard,Mousewheel,Navigation,Pagination,Scrollbar,Parallax,Zoom,Lazy,Controller,A11y,History,HashNavigation,Autoplay,EffectFade,EffectCube,EffectFlip,EffectCoverflow,Thumbs} from "swiper" SwiperCore.use([Virtual,Keyboard,Mousewheel,Navigation,Pagination,Scrollbar,Parallax,Zoom,Lazy,Controller,A11y,History,HashNavigation,Autoplay,EffectFade,EffectCube,EffectFlip,EffectCoverflow,Thumbs]) |
Thanks! This worked for med with [email protected]! The buttons finally appeared 🎉 |
The latest version has a problem with react and the previous and next buttons do not work
The text was updated successfully, but these errors were encountered: