You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first I thought it is an error of mapbox-gl mapbox/mapbox-gl-js#3437. But than I tried vanila mapbox-gl and it works fine.
Error: TypeError: Cannot read property 'resize' of undefined
at resize (../node_modules/mapbox-gl/dist/mapbox-gl.js:398:5239)
at resize (../node_modules/mapbox-gl/dist/mapbox-gl.js:398:2910)
at n.componentDidMount (../node_modules/react-mapbox-gl/lib/map.js:132:0)
at componentDidMount (../node_modules/react-dom/cjs/react-dom.production.min.js:169:71)
at Nh (../node_modules/react-dom/cjs/react-dom.production.min.js:180:195)
at c (../node_modules/react-dom/cjs/react-dom.production.min.js:183:347)
at k (../node_modules/react-dom/cjs/react-dom.production.min.js:184:366)
at p (../node_modules/react-dom/cjs/react-dom.production.min.js:188:389)
at y (../node_modules/react-dom/cjs/react-dom.production.min.js:187:415)
at c (../node_modules/react-dom/cjs/react-dom.production.min.js:248:42)
I will try to get more information later.
The text was updated successfully, but these errors were encountered:
Error: TypeError: Cannot read property 'resize' of undefined
at resize (../node_modules/mapbox-gl/src/ui/map.js:508:8)
at pitch (../node_modules/mapbox-gl/src/ui/map.js:331:31) // this is probably some kind of error in decoder
at s.componentDidMount (../node_modules/react-mapbox-gl/lib/map.js:139:0)
at componentDidMount (../node_modules/react-dom/cjs/react-dom.production.min.js:169:71)
At first I thought it is an error of mapbox-gl mapbox/mapbox-gl-js#3437. But than I tried vanila mapbox-gl and it works fine.
I will try to get more information later.
The text was updated successfully, but these errors were encountered: