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
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 codesandboxI've tried controller parameter and useEffect one, none of them seems to work