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
Surprisingly, this doesn't produce any errors, unlike if you mix it up the other way round and put output$table <- tableOutput("table") in the server. Is there anything that could be done to catch it and issue a warning or an error? If not normally, then how about when devmode() is active?
The text was updated successfully, but these errors were encountered:
I sometimes find myself doing this where I mistakenly use a
renderX()
in the UI:Surprisingly, this doesn't produce any errors, unlike if you mix it up the other way round and put
output$table <- tableOutput("table")
in the server. Is there anything that could be done to catch it and issue a warning or an error? If not normally, then how about whendevmode()
is active?The text was updated successfully, but these errors were encountered: