I have a map with a lot of markers in cluster, with the markercluster plug ( which i create thanks to a geojson in .JS file as a variable), and i'm trying to be able to dynamically modify the URL hash with zoom/lat/lng with Hashable.js but everytime i'm loading my site with a geojson with more than 40.000 markers, it's seems to have a confict between markercluster and hashable. this is the error i'm getting :
leaflet-src.js:1905 Uncaught TypeError: Cannot read property 'lat' of undefined
at L.LatLngBounds.intersects (leaflet-src.js:1905)
at NewClass._recursively (leaflet.markercluster-src.js:1763)
at NewClass._recursivelyRemoveChildrenFromMap (leaflet.markercluster-src.js:1712)
at NewClass._moveEnd (leaflet.markercluster-src.js:921)
at NewClass.fire (leaflet-src.js:587)
at NewClass.panBy (leaflet-src.js:2575)
at NewClass._tryAnimatedPan (leaflet-src.js:3770)
at NewClass.setView (leaflet-src.js:2460)
at Object.<anonymous> (index.js:85)
at change (hashable.min.js:1)