Skip to content

Commit f9d65d6

Browse files
authored
Merge branch 'master' into 848-remove-unsafe-lifecycle-methods
2 parents b96259c + abb5841 commit f9d65d6

File tree

10 files changed

+85
-238
lines changed

10 files changed

+85
-238
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ Example:
5050
```jsx
5151
// ES6
5252
import ReactMapboxGl, { Layer, Feature } from 'react-mapbox-gl';
53+
import 'mapbox-gl/dist/mapbox-gl.css';
5354

5455
// ES5
5556
var ReactMapboxGl = require('react-mapbox-gl');
5657
var Layer = ReactMapboxGl.Layer;
5758
var Feature = ReactMapboxGl.Feature;
59+
require('mapbox-gl/dist/mapbox-gl.css');
5860

5961
const Map = ReactMapboxGl({
6062
accessToken:

example/package-lock.json

Lines changed: 20 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)