How to make onEachFeature updated every time GeoJSON data is updated in react-leaflet?
Using “react-leaflet”: “^2.6.0” it does not call onEachFeature every time GeoJSON data is changed. Even if GeoJSON is properly changed and displayed on map I got old values in onEachFeature. Is there any workaround here?