maksymKhaiuk1989

Results 3 comments of maksymKhaiuk1989

``` import { Swiper, SwiperSlide } from 'swiper/react'; import SwiperCore from 'swiper'; const swiperRef = useRef(); { swiperRef.current = swiper; }} > ... ```

i have same issue just with loop=true, without any additional effects, so work around was simple just to put first slide as last item in the list :)

> @maksymKhaiuk1989 If you try to resize your browser window, does the workaround keep working? I also thought i could just do that, but i couldn't find a fix for...