I'm looking for a way to hook into the leaflet Events tileload
or tileloadstart
with react-leaflet (v3.1.0). However, they are not available in useMapEvents() or accessible in the TileLayer component.
Any idea where I could hook into them? I'm trying to reload markers when the map changes (movestart, moveend, etc. are to imprecise)