react-mapbox-gl-draw
react-mapbox-gl-draw copied to clipboard
Example not working correctly (any more)
The example is not running correctly any more.
- package.json
"example": "yarn build && cd example && webpack-dev-server",
should become:
"example": "yarn build && cd example && webpack serve",
- App.js
Controls are not shown. The following import is missing:
import 'mapbox-gl/dist/mapbox-gl.css';
@StefanoOcchetti Thanks! Would you like to create a PR?
I'd love to... but I don't manage to push to a new branch... can you grant me new branch creation?
You need to first fork the project, then push your branches to your fork (you have rights there), and the create a Pull Request from your fork to this repo.
yes, ok. I'll do that!
https://github.com/amaurym/react-mapbox-gl-draw/pull/565