Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Copilot Tutorials #299

Open
Alex-Ying opened this issue Aug 8, 2023 · 4 comments
Open

Multiple Copilot Tutorials #299

Alex-Ying opened this issue Aug 8, 2023 · 4 comments

Comments

@Alex-Ying
Copy link

If I wanted to create multiple copilot tutorials on the same application (but on different features), would that be possible? If so, how would I go about implementing it?

@virginiab10
Copy link

Anyone found a solution for this?

@msidqi
Copy link

msidqi commented Aug 27, 2024

this is critical for the library, currently I had to disable majority of library feature to have multiple tutorials

@quassainraza
Copy link

Anyone found a solution for this?

Wrap your root component aka App.js with Provider. and use start() in useEffect or button in every screen you want to show tooltips.

@drsib
Copy link

drsib commented Nov 24, 2024

Anyone found a solution for this?

Wrap your root component aka App.js with Provider. and use start() in useEffect or button in every screen you want to show tooltips.

I'm probably doing it wrong, but this causes subsequent screens to try to run the original steps on the first screen. I have also tried number the steps independently and starting at that nubmer but it appears to not correctly run my other range of steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants