I'm trying to insert a tab before other tabs in the Superzip demo but doing so causes dots (leaflets) to no longer appear on the map.
Steps to reproduce:
- Download the Superzip demo from the Shiny gallery: https://shiny.rstudio.com/gallery/superzip-example.html
- Insert this code
tabPanel("First tab",
fluidRow(
column(8,
p("Hi")
))
),
just before
navbarPage("Superzip", id="nav",
of the ui.R file. The leaflets on the map will no longer be visible.