You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a React Grid Carousel with 3 images per page, they are 6 in total, which is 2 carousel pages.
If I click the image (it's prompting a modal), it gets back to the first carousel page.
How can I make sure that if the image in the modal is clicked it doesn't force a "reset" of the carousel pages?
The text was updated successfully, but these errors were encountered:
carousel pages are rest once state and ref are reset, for example when you refresh the page, make sure that the state is maintained. What are you using for state management?
I have a React Grid Carousel with 3 images per page, they are 6 in total, which is 2 carousel pages.
If I click the image (it's prompting a modal), it gets back to the first carousel page.
How can I make sure that if the image in the modal is clicked it doesn't force a "reset" of the carousel pages?
The text was updated successfully, but these errors were encountered: