TypeError: Cannot read properties of undefined (reading 'transform')
at L.MaplibreGL_transformGL (../../../../node_modules/@maplibre/maplibre-gl-leaflet/leaflet-maplibre-gl.js:202:25)
at L.MaplibreGL_update (../../../../node_modules/@maplibre/maplibre-gl-leaflet/leaflet-maplibre-gl.js:176:18)
at wrapperFn (../../../../node_modules/leaflet/dist/leaflet-src.js:100:9)
at Events.fire (../../../../node_modules/leaflet/dist/leaflet-src.js:606:11)
at Map._onPanTransitionStep (../../../../node_modules/leaflet/dist/leaflet-src.js:4708:10)
...
(8 additional frame(s) were not displayed)
I'm getting this error on my app's Sentry:
This seems to be similar to https://github.com/mapbox/mapbox-gl-js/issues/10402, but seemingly not the same (MapLibre doesn't have
_occlusionTimer
)