maplibre / ngx-maplibre-gl

Angular binding of maplibre-gl
https://maplibre.org/ngx-maplibre-gl/
MIT License
65 stars 25 forks source link

runtime error #130

Closed tbo47 closed 4 months ago

tbo47 commented 6 months ago

the build is working but at runtime I have the following error:

ERROR TypeError: Cannot read properties of null (reading 'firstCreatePass')

and no map shows up

I run the latest main, node v20.10.0, npm 10.2.5.

And I started from a clean install:

rm -rf node_modules; npm ci ; npx ng s
HarelM commented 6 months ago

Which version of maplibre are you using? Please share a stackblitz with the error.

HarelM commented 4 months ago

No response, closing.