drykovanov / mapbox-gl-draw-rotate-scale-rect-mode

MIT License
25 stars 17 forks source link

Bugfix: fix a small bug in module imports #33

Open nicklpeterson opened 2 years ago

nicklpeterson commented 2 years ago

Hi, thanks for making this, I want to use it in a project I'm building, but ran into an issue:

Adding this mode results in the below error:

Failed to compile.

./node_modules/mapbox-gl-draw-rotate-scale-rect-mode/src/index.js
Attempted import error: '@mapbox/mapbox-gl-draw/src/lib/common_selectors' does not contain a default export (imported as 'CommonSelectors').

The Fix:

I replaced import * as CommonSelectors from '@mapbox/mapbox-gl draw/src/lib/common_selectors' with named imports.