Hello devs, so i have been having this issue recently with swiper js in ionic 7.2 with angular, i follow the most basic steps with proper imports of whatever it takes to use swiper js, yet when i run my app in the browser i see the first slide and when i want to swipe to the other slides i don’t see the content of the slide. I inspected the page with the browser and saw that each of the slide elements i have have got a class indicating its state, for example when the first slide is shown, it has an “active” class and the second slide (even though its content isn’t visible) has a “next” class, and when i swipe to the second slide it gets the “active” class and the previous one gets the “active” class. So everything seems to work correctly except for the most important part which is the visibility of the slides content.
i don’t think the issue is related to the importing part, as i don’t get any errors that indicate that. Note that the project i am working with is completely new and fresh, so there isn’t any code that affects the way swiper js works. Also i have used the same code with the same imports with angular only without ionic and it worked without any issues.