Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In carousel, while resize the window causing the carousel container to resize and the carousel will not reposition the current item to be in the middle.
This is more noticeable if you have autoPlay set to false (if autoPlay is on the carousel will automatically move on to the next item which will cause it to correct the positioning, but if autoPlay is off it woni't fix the positioning until the user interacts with the carousel to move to the next or previous item). It is particularly noticeable if you have partialVisible set to true.
Sample: https://stackblitz.com/edit/react-h5wjb7-zqulfq?file=index.js
Replication steps: