Nicolas Mannoo
Results
2
comments of
Nicolas Mannoo
+1 Encountering the same issue here. Initially implemented that on a client's website but we ended up having too many issues with the widget so we had to take it...
> @gutoaps > > For SvelteKit you can add the following to your vite.config.js: > > ``` > ssr: { > noExternal: ['@googlemaps/js-api-loader'], > }, > ``` > > If...