Skip to content

Example not working correctly (any more) #564

@StefanoOcchetti

Description

@StefanoOcchetti

The example is not running correctly any more.

  1. package.json
"example": "yarn build && cd example && webpack-dev-server",

should become:

"example": "yarn build && cd example && webpack serve",
  1. App.js

Controls are not shown. The following import is missing:

import 'mapbox-gl/dist/mapbox-gl.css';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions