You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to swipers ("primary-swiper" and "secondary-swiper"), which controlled each other.
"primary-swiper" has slidesPerView = 1 and "secondary-swiper" slidesPerView = 4, total items = 5.
Issues:
When you slide "primary-swiper" to right side (show prev slide), "secondary-swiper" wors fine. But when you start slide"primary-swiper", to left side (show next slide), "secondary-swiper" have problems with adding items to end.
When you slide "secondary-swiper" to right side (show prev slide), "primary-swiper" works fine. But when you start slide "secondary-swiper" to left side (show next slide), "primary-swiper" show the same item
Hi i find interestin bug.
We have to swipers ("primary-swiper" and "secondary-swiper"), which controlled each other.
"primary-swiper" has slidesPerView = 1 and "secondary-swiper" slidesPerView = 4, total items = 5.
Issues:
codesandbox
My be i have mistake in setting...
Used
The text was updated successfully, but these errors were encountered: