Once I click Prev action from 2nd step in Product tour to parent step in useRoutes react-router v6, it skips first step and goes to 2nd step. #905
Replies: 1 comment
-
Without knowing how you are triggering the steps is nearly impossible to tell what's happening. That said, you can't change the step lifecycle. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm kinda of an issue here. I have my code practically as the one followed in the documentation from react-joyride/multiroutes demo and basically I'm unable to click previous step from my route A to Home route because it skips directly to route A once again instead of staying at Home as similar in the demo. Is there's a way to stop the callback from not doing the step:after action once the component is not kinda loaded? I'm guessing could be because I have Suspense and Lazy Loading implemented in the routes due to the data that I'm fetching individually in each route.
Beta Was this translation helpful? Give feedback.
All reactions