Willian S. Praciano

Results 2 comments of Willian S. Praciano

I was having a similar problem using leaflet in Vite: `No matching export in "node_modules/leaflet/dist/leaflet-src.esm.js" for import "toLatLngBounds"` Using `import 'leaflet/dist/leaflet';` instead `import L from 'leaflet';` or `import 'leaflet';` worked...

I don't know if it solves your problem, but you can subtract a few pixels from the ProgressChart width. For example: ``` ```