Table disappears when more layers are added to a leaflet map
Hello, the problem is described with details on SO (including reproducible example), here: https://stackoverflow.com/questions/67082589/table-disappears-when-more-layers-are-added-to-a-leaflet-map?noredirect=1#comment118582100_67082589
Basically, I'm using reactable along with leaflet and crosstalk to show data on a map when table's row is clicked (and vice versa, filter table rows when points are selected on a map). I was suggested to post problem here because there's a possible mixup with leaflet.
Additional question - I noticed, that in the above case I always need to add sf data frame to leaflet data argument, without it 'select points' button does not appear on the left side of the map. It doesn't make sense to me, the more that sf data frames are added to addCircleMarkers. Adding df to both cause double rendering points on a map. Unfortunately, I need to do this to show button on the left.