Helo mantine developers and community,
I think i have found a bug on mantine carousel after screen resize. Im using the latest version of mantine.
Whats is happening:
In this example I have a number of five items to show in a 1920px screensize and the display items are five as it should be with no more pages to scroll because there is no more items to display. After the screen resize the number of items is smaller according to different breakpoints and increases the number of pages to scroll and it resizes automatically showing less number of items . When this happens and i scroll to the next page of slides it slides normally but when I resize back to 1920px it keeps the selected scrollsnap and the carousel simply freazes i have to reload the entire page in order to render the corrected number of scroll snaps (which is one because in 1920px is set to show five items) and carousel is working fine again.
In the attachments are the current code of mantine carousel and the initial render and after resize when it's broken.