urbica / react-map-gl-draw

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

Support mapbox-gl-draw version 1.2.0 #19

Closed danielpza closed 4 years ago

danielpza commented 4 years ago

modes is no longer exported I guess, they export it now from their MapboxDraw object: https://github.com/mapbox/mapbox-gl-draw/blob/main/index.js#L30-L31

closes #17