rstudio / shinycoreci-apps

SUPERSEDED - Apps for Shiny continuous integration testing
Other
36 stars 4 forks source link

Update 205-dynamic-tabs-compat to use insertTab() correctly #150

Closed cpsievert closed 3 years ago

cpsievert commented 3 years ago

Turns out 205-dynamic-tabs-compat was relying on a bug in insertTab(target = NULL) that has since been fixed https://github.com/rstudio/shiny/blame/master/NEWS.md#L10

cpsievert commented 3 years ago

https://github.com/rstudio/shiny/pull/3431 should fix this