The Swiper navigation miss slices when using these configurations together:
loop = true,
slidesPerView: 4,
slidesPerGroup: 4,
Actual Behavior CLick prev button of swiper -> slide 5 -6 -7 didn't show
Reproduce link: https://codesandbox.io/s/swiper-default-forked-mksoz5?file=/index.html:2662-2708
Could you please help to advise to fix it?