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
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
The 2.x version of this component brings SSR support, but it adds some overhead, also it needs a way to opt out from SSRed map for when we don't want to spin puppeteer (operation itself is quick and cached, but the dependency is heavy, and unpractical).
I suggest using the 1.0.6 version for now (client only, no SSR), before I get to work on this component again, with optional dep. and other fixes to come.
astro-geo-map imports puppeteer and thus prevents me running
astro dev
puppeteer should be a dev dependency not a release dependency.The text was updated successfully, but these errors were encountered: