-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
First of all, thank you for the package, it has been very useful!
I made an app using the golem framework, using rintrojs to give a tutorial of the app that switched between multiple tabs (tabs were set with shinydashboard tabItems()). I have created a minimum reproducible example of my app here: https://github.com/ecoisilva/shinyapps.
The tutorial as it is currently set works fine with rintrojs version 0.3.0 (commit c425100), but not with the latest 0.3.2 version. Just switching between these versions is enough to break the tutorial when it switches from tab 1 (Home) to tab 2 (Data). It doesn't show any error when I run it, it simply remains in tab 1 for all the rintrojs boxes.
Let me know if this is sufficient, or if you need more information.
Thank you,
Inês