Mapdeck 0.3.5 click on layer does not return layer info in Shiny app with modules
After upgrading to mapdeck 0.3.5, the click on layer functionality of mapdeck in combination with Googlemaps (googleway library) does not return any results in a Shiny app with modules. Clicking on a path layer has no response. The expected behaviour is that clicking on the path layer should return the attributes of the path on which the user clicked.
Controlling layer order using the R Mapdeck library in a Shiny app
Below is a reprex of a Shiny app. The reprex has been adapted from the vignette of the Mapdeck library (https://symbolixau.github.io/mapdeck/articles/tips_tricks.html#shiny-1).