I'm currently creating a practice project using Alice Carousel. I've used the first set of code shown here as reference, except that I used Redux instead of useState for the values.
However, upon clicking thumbnails on my work, it seemed that the onSlideChanged function for the thumbnails is not working. On checking Redux Dev tools, the action for clicking the thumbnail runs white sync thumbs does not.
Is using Redux here affecting Alice Carousel?