Closed
Description
Hi!
It looks like starting from 2.35.0
Plotly tries to access maplibre-gl.css
- in my case - via https://unpkg.com/maplibre-gl@4.6.0/dist/maplibre-gl.css
I am not using any map
traces in my app - just scattergl
- so I did not expect to be affected by migration to maplibre. To make matters worse my app is running in offline environment and thus requests to upkg.com
are failing, leaving console in red.
Should I add some maplibre related stylesheets or bits of configuration to my app manually, or will this be ironed out in future versions?
Thanks!