I'm using next js, and if I load the page the carousel is on directly the carousel works as intended. However if I load the site on a different page then navigate to the page with the carousel, the autoplay breaks the carousel, moving only a small amount when attempting to move to the next item on the carousel. Dependencies are all 7.1.0. If I remove autoplay the carousel works as intended no matter what.
#Carousel not working with autoplay if the page isn't loaded directly
3 messages · Page 1 of 1 (latest)
Try updating @mantine/carousel to 8.0.0-alpha.1 and embla dependencies to the latest version. It might fix the issue
It did! However, now autoplay reset on mouse leave isnt functioning. Not as much of an issue but is this fixable? or just a product of it being in alpha