Skip to content

Different tours on the same screen and same component does not work #152

Open
@taniibarra

Description

@taniibarra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions