DataStrategist / ShinyTester

An R package to help debug Shiny apps during the process itself.
29 stars 3 forks source link

Only One Tab #11

Open jakeander opened 7 years ago

jakeander commented 7 years ago

Does this only recognize code from one tab? I ran ShinyHiearchy and it only shows elements from the first tab.

DataStrategist commented 7 years ago

Interesting! The hierarchy interprets the server, not the UI, so it doesn't care where the assets show up. I have ran the hierarchy successfully on a multi-tab environment using shinydashboards and it worked... are you sure the calls are all in your server? If you are, pls share your code or a minimal example, and ill take a look.