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 e1ca2a8 commit b6fa62aCopy full SHA for b6fa62a
src/registry.js
@@ -286,7 +286,7 @@ function registerTraceModule(_module) {
286
287
// add maplibre-gl CSS here to avoid console warning on instantiation
288
if(bpmName === 'map') {
289
- addCss('https://unpkg.com/maplibre-gl@^4.3.2/dist/maplibre-gl.css');
+ addCss('/node_modules/maplibre-gl/dist/maplibre-gl.css');
290
}
291
292
// if `plotly-geo-assets.js` is not included,
0 commit comments