Open MD-AZMAL opened 4 years ago
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" }
error in EditorModes
EditorModes should be imported successfully
Running the above example code
I´m stuck here too. Any luck?
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:
Actual Result
error in EditorModes
Expected Result
EditorModes should be imported successfully
Reproduce Steps
Running the above example code
To Do List