We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7450f14 commit 7024c72Copy full SHA for 7024c72
packages/geojson-extension/src/index.tsx
@@ -13,7 +13,7 @@ import {
13
IRenderMime
14
} from '@jupyterlab/rendermime-interfaces';
15
16
-import * as mapboxgl from 'mapbox-gl';
+import mapboxgl = require('mapbox-gl');
17
18
import 'leaflet/dist/leaflet.css';
19
0 commit comments