Problem with Superzip from R Shiny gallery

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:

  1. Download the Superzip demo from the Shiny gallery: https://shiny.rstudio.com/gallery/superzip-example.html
  2. 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.

Solved. This helped me fix it: https://github.com/rstudio/leaflet/issues/590

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.