Closed cpsievert closed 3 years ago
The dev version of shiny changes insertTab()'s position default to "after". By specifying position="before", this should fix any differences in behavior
insertTab()
position
"after"
position="before"
The dev version of shiny changes
insertTab()
'sposition
default to"after"
. By specifyingposition="before"
, this should fix any differences in behavior