The @mapbox/mapbox-gl-draw imports were out of date, so this package did not work when installed.
As expected, these errors also occurred when running npm run dev after cloning this repository.
This fix resolves those errors. npm run dev now works with no resolution errors :)
The
@mapbox/mapbox-gl-draw
imports were out of date, so this package did not work when installed. As expected, these errors also occurred when runningnpm run dev
after cloning this repository.This fix resolves those errors.
npm run dev
now works with no resolution errors :)