Replies: 1 comment
|
There's a subscription system in v3.0.0 that can handle this easily. Full migration guide: https://react-joyride.com/docs/migration Thanks |
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.
I would like to send to backend info that user took a tour to prevent showing it next time refreshes. I use
callbackprop. The problem is it is fired every change and I am no luck in guessing which combination will be a situation after user clicks Last Next button ONCE only.Now I have below code and this condition is met twice:
All reactions