v2.0.0
Breaking Changes
We no longer bundle the mapbox-gl.css file with the library itself, which was previously imported within CoralMapComponent.tsx.
You will need to import Mapbox GL’s CSS in your application. This is typically done in your main entry file (e.g., index.tsx or App.tsx):
import 'mapbox-gl/dist/mapbox-gl.css';Last updated on