uber / nebula.gl

A suite of 3D-enabled data editing overlays, suitable for deck.gl
https://nebula.gl/
Other
694 stars 165 forks source link

react-map-gl-draw has no exported member 'EditorModes' #497

Open MD-AZMAL opened 4 years ago

MD-AZMAL commented 4 years ago

Describe the bug

On following the example code [https://github.com/uber/nebula.gl/blob/master/dev-docs/RFCs/v1.0/react-map-gl-draw.md]() I get an error specifying react-map-gl-draw has no exported member 'EditorModes'. I'm using the following versions of packages:

{
    "react-map-gl": "5.2.10",
    "react-map-gl-draw": "0.21.1"
}

Actual Result

error in EditorModes

Expected Result

EditorModes should be imported successfully

Reproduce Steps

Running the above example code

To Do List

albcunha commented 1 year ago

I´m stuck here too. Any luck?