Replies: 1 comment 1 reply
-
https://visgl.github.io/react-map-gl/docs/upgrade-guide#upgrading-to-v70 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to create a Map with polygon/line editing. I've forked an example from 'react-map-gl-draw':
https://codesandbox.io/s/react-map-gl-draw-example-forked-lzxvfn?file=/package.json
When I try to update the: "react-map-gl": "^6.1.21" to "^7.0.21" I get the error:
DependencyNotFoundError: Could not find dependency: 'mapbox-gl' relative to '/node_modules/react-map-gl/dist/esm/components/map.js'
Any help great appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions