Search code examples
rshinyr-leaflet

Handling `'createWebDependency' is not an exported object from 'namespace:shiny'` error in Leaflet Shiny


When I try using leaflet with shiny I get the error

Error : 'createWebDependency' is not an exported object from 'namespace:shiny'

A search online for this error doesn't give me any hits.


Solution

  • According to THIS thread you might need to update your shiny version. If that doesn't help, could you add your output from "sessionInfo()" ?