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 need to show two different tours on the same screen, same component and same user, but at different times. When I import the controller and pass a different key to the other controller, it does not open any tour. How do I solve this?
Example:
I need to show two different tours on the same screen, same component and same user, but at different times. When I import the controller and pass a different key to the other controller, it does not open any tour. How do I solve this?
Example:
const { canStart, start, eventEmitter } =
useTourGuideController('collaborators');
const { canStart, start, eventEmitter, tourKey, getCurrentStep } =
useTourGuideController('onboarding');
@xcarpentier
The text was updated successfully, but these errors were encountered: