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 1192e00 commit cbfe10cCopy full SHA for cbfe10c
src/registry.js
@@ -274,7 +274,7 @@ function registerTraceModule(_module) {
274
275
// add maplibre-gl CSS here to avoid console warning on instantiation
276
if(bpmName === 'map') {
277
- require('../node_modules/maplibre-gl/dist/maplibre-gl.css');
+ require('maplibre-gl/dist/maplibre-gl.css');
278
}
279
280
// if `plotly-geo-assets.js` is not included,
0 commit comments