When using Swiper Element (swiper/element) with the following combination:
loop: true
slidesPerView: "auto"
custom slide width via CSS (e.g. 50vw or flex-basis: 50vw)
…the last 2 slides never render their slot content.
This happens regardless of the actual number of slides.
Even with 20 slides, the last 2 do not project slot content.
A minimal reproduction project has been created and is available at the link below.
https://codesandbox.io/p/devbox/t7z3vw
Could you please guide me on what is causing this behavior or whether it's a known limitation/bug in Swiper Element?