Uncaught TypeError: Cannot read property 'getMinZoom' of null
See original GitHub issueI just switched from 1.0.2 (I think) to 1.0.3, when zooming in and out of my map, I get this (during the 3rd or 4th zoom, not right away)
Uncaught TypeError: Cannot read property ‘getMinZoom’ of null at e._recursivelyRemoveChildrenFromMap (leaflet.markercluster-src.js:1712) at leaflet.markercluster-src.js:1349
That line changed from
this._recursively(previousBounds, -1, zoomLevel - 1,
to
this._recursively(previousBounds, this._group._map.getMinZoom() - 1, zoomLevel - 1,
Leaflet is either 1.0.2 or 1.0.3, browser is Chrome latest.
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Uncaught TypeError: Cannot read property 'getMinZoom' of null
What behaviour I'm expecting and which behaviour I'm seeing. Browser's console displays the error "Uncaught TypeError: Cannot read property ' ...
Read more >Uncaught TypeError: Cannot read property 'name' of null
Uncaught TypeError : Cannot read property 'name' of null. Here's my code to create the info window: function createMarker(place) { var placeLoc ...
Read more >Cannot read property 'scale' of null" after dragging the map
Occasionally the exception "Uncaught TypeError: Cannot read property 'scale' of null" is thrown, but for the most part no exceptions show up in...
Read more >Uncaught TypeError: Cannot read properties of null...
On hard refreshing page map is not visible. I am integrating ArcGIS in my angular project. And I am using It throws error....
Read more >OpenLayers v7.2.2 API - Class: Map
If this is not defined, a map with no layers will be rendered. ... the second is the layer of the feature and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Woops! Doing it now…
Thanks, 1.0.4 released