urbica / react-map-gl-draw

React Component for Mapbox GL Draw
https://urbica.github.io/react-map-gl-draw
MIT License
50 stars 11 forks source link

import error: 'modes' is not exported from '@mapbox/mapbox-gl-draw' #17

Closed chuikoffru closed 3 years ago

chuikoffru commented 4 years ago

Hey! I installed your tool like at docs: npm i mapbox-gl @mapbox/mapbox-gl-draw @urbica/react-map-gl @urbica/react-map-gl-draw Screenshot 2020-07-15 at 10 50 52

But When I created a component, i've got an error: Screenshot 2020-07-15 at 10 56 17

My Component Screenshot 2020-07-15 at 10 53 43

braco commented 4 years ago

Looks like it's because this library is out of date, go back to an older version of gl-draw:

npm install --save @mapbox/mapbox-gl-draw@1.1.x

danielpza commented 3 years ago

I'm also having this issue, I downgraded to v1.1.x but now the icons don't show:

image