Open ecoisilva opened 2 years ago
Thanks I was able to reproduce. This is the result of a fix from #38 essentially Shiny Tab Panels and ShinyDashboard tabs have different naming schemes so the fix for one broke the other. Some JavaScript trickery should be able to fix this let me take a look.
Hi,
First of all, thank you for the package, it has been very useful! I made an app using the
golem
framework, usingrintrojs
to give a tutorial of the app that switched between multiple tabs (tabs were set withshinydashboard
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 c425100537bf6450c8bd8436bbdb055a490c791e), 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