You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the MapLibre Astro Component, we had a pattern like below, but it was causing problems when importing into an Astro Project. The work around is to pull using the Astro directive is:inline.
{/* Astro specific way to pull in MapLibre: https://docs.astro.build/en/reference/directives-reference/#isinline */}<scriptis:inlinesrc="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
This was the previous way, but caused issue with named export or other node importing issues.
For the MapLibre Astro Component, we had a pattern like below, but it was causing problems when importing into an Astro Project. The work around is to pull using the Astro directive
is:inline
.This was the previous way, but caused issue with named export or other node importing issues.
In our research, we reviewed or had similar issues as the following MapLibre GL JS issues:
The text was updated successfully, but these errors were encountered: