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
By using the addDrawToolbar in shiny modules on different tabs, the following Javascript error comes up in the console.
TypeError: t is undefined leaflet.js:5:10033
To trigger the error, start the app, go to Tab "mod2" and back to "mod1" and click on the map. Every interaction with the map will cause another console error.
By using the
addDrawToolbar
in shiny modules on different tabs, the following Javascript error comes up in the console.To trigger the error, start the app, go to Tab "mod2" and back to "mod1" and click on the map. Every interaction with the map will cause another console error.
shinyApp
Interestingly, the error disappears when the following line in
renderLeaflet
is removed:req(parent_session$input$navbarid == navid)
The text was updated successfully, but these errors were encountered: