Open
Description
Hi,
Just noticed something, not sure if it's an issue with flickity or the react wrapping, but I can't replicate it in a non-react environment.
When I am using a combination of cellAlign=right, wrapAround=true, groupCells=true and then apply an onClick event that is updating a useState, randomly (can't find a pattern) clicking on the cells (end cells mainly) causes the cells to reposition outside of the slide viewport (looks like they are reordering back to their indexed order. Made a demo by forking off the code pen demo from the github repo. You might need to click around a bit or reload, I can't get a pattern yet. Was testing in Chrome 87.0.4280.88
https://codesandbox.io/s/react-flickity-forked-wq3sg?file=/src/index.js
Thanks,
J