Andy

Results 3 comments of Andy

Any chance this could be merged? We are currently waiting on it. Thanks @andrewsantarin for doing the PR!

@gutoaps For SvelteKit you can add the following to your vite.config.js: ``` ssr: { noExternal: ['@googlemaps/js-api-loader'], }, ``` If you are using Astro, then that would go in your astro.config.mjs...

Thanks @mbarzda! Since posting my question, we have decided to go with Svelte instead of Solid. We had another blocking issue getting swiper/solid to work with Astro SSR so it...