-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Comments
Anyone found a solution for this? |
this is critical for the library, currently I had to disable majority of library feature to have multiple tutorials |
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. |
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?
The text was updated successfully, but these errors were encountered: