benediktms / desk-dash

An MVP for finding co-working spaces.
1 stars 0 forks source link

fixed issue with mapbox not rendering properly #25

Closed benediktms closed 3 years ago

benediktms commented 3 years ago

Fixed issue with mapbox not rendering properly. Before the map would only load after the page was refreshed. This was an issue with conflicting node modules. The required package is mapgbox-gl. However mapbox AND gl were also installed as two seperate node modules. Removing them should resolve the conflict. If it doesn't delete your node modules folder and run yarn install.