I’m getting an error trying to import a page that calls
import { LngLat } from 'maplibre-gl'
import { LngLat } from 'maplibre-gl'
— error says:
The requested module 'maplibre-gl' does not provide an export named 'LngLat'
The requested module 'maplibre-gl' does not provide an export named 'LngLat'
I am developing a nuxt module, so the issue may be how things are being bundled. I’m not sure how to troubleshoot further. The module/repo is here https://dm.nuxt.space/nuxt-maplibre/— the issue seems to be when installing the module in a new nuxt project. If I just run dev from my repo it works fine.