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 single TourProvider and multiple sets of steps inside it, i display them depending on route. I would like to store the information if the Tour was already viewed in the localstorage, but I need it to be separate for all sets of steps. Is there a way of achieving it? I can't get useTour to override the onClickClose behaviour.
Example
See the link for example. Page1 and Page2 both have some sets of steps,
The text was updated successfully, but these errors were encountered:
I have a single
TourProvider
and multiple sets of steps inside it, i display them depending on route. I would like to store the information if the Tour was already viewed in the localstorage, but I need it to be separate for all sets of steps. Is there a way of achieving it? I can't getuseTour
to override theonClickClose
behaviour.Example
See the link for example.
Page1
andPage2
both have some sets of steps,The text was updated successfully, but these errors were encountered: