-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Description
Using the upgrade guide "Upgrading to v8.0" was not as smooth as expected
- "mapbox-gl": "^2.15.0",
- "react-map-gl": "^7.1.6" to 8.0.4
I had to do these changes besides changing to use react-map-gl/mapbox-legacy
MapLayerMouseEvent -> MapMouseEvent,
MapboxMap -> MapInstance
MapboxGeoJSONFeature -> MapGeoJSONFeature,
LayerProps no longer have metadata field for type 'custom'
Expected Behavior
I expected the above info to be in the upgrade guide
Steps to Reproduce
Read https://visgl.github.io/react-map-gl/docs/upgrade-guide#upgrading-to-v80
Environment
- Map library:"mapbox-gl": "^2.15.0",
- Map library:"react-map-gl": "^7.1.6" to 8.0.4
- OS: Windows
Logs
No response
kurt-rhee