kidjp85 / react-id-swiper

A library to use idangerous Swiper as a ReactJs component which allows Swiper's modules custom build
https://react-id-swiper.ashernguyen.site/
MIT License
1.49k stars 154 forks source link

Two-way Control not working #513

Open bruno-lucas14 opened 2 years ago

bruno-lucas14 commented 2 years ago

The example from page is using an outdated version from "swiper": "5.4.5" if we update it to the latest version the two-way binding stop working.

I'm using "swiper": "^6.5.7", you can do the same test by changing the version from this codesandbox

I've tried controller parameter and useEffect one, none of them seems to work