You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is something broken within shinydashboardPlus, ShinyDashboard, Shiny, or just me, but I've been struggling with it for a while.
In the following two reprexes, one version of h1(textOutput("")) loads if-and-only-if it is not called a second time on the back. Without the second h1(textoutput()) call, it works on the front of the flipbox.
I will add that in the use case I'm trying to do, it doesn't work even if I include it just once, where I am calling for a character string derived from the server as:
I'm not sure if this is something broken within shinydashboardPlus, ShinyDashboard, Shiny, or just me, but I've been struggling with it for a while.
In the following two reprexes, one version of
h1(textOutput(""))
loads if-and-only-if it is not called a second time on the back. Without the secondh1(textoutput())
call, it works on the front of the flipbox.this version works
This version does not display any text
Please tell me I'm making a simple mistake somewhere.
The text was updated successfully, but these errors were encountered: