DEV Community

Discussion on: Integrating MapBox with Next.js — the Cheaper Alternative to Google Maps

Collapse
 
professor833 profile image
Lalit Vavdara

'ReferenceError: dynamic is not defined' is because u need to import dynamic from

"next/dynamic"

Collapse
 
samthomson profile image
Sam Thomson

Thanks. In the end I removed react-mapbox-gl which I found restrictive and just used mapbox-gl itself. No issues so far and easy to make use of everything mapbox offers.

Thread Thread
 
professor833 profile image
Lalit Vavdara

Good to know that, buddy 👍👍