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
I encountered the same warning in my project using nuxt3. I solved it by adding loading: 'async' where I was defining the google maps plugin. In vue3, you can add this where you're registering google maps component like this: const app = createApp(App) app .use(VueGoogleMaps, { load: { key: 'YOUR_API_KEY_COMES_HERE', loading: 'async' }, }) .mount('#app')
Describe what you're reporting
When the autocomplete component its rendered a two warnings appears on the console
How can we reproduce it?
Just the basic usage of autocomplete component
Screenshots
Device or enviroment
PC Web Vue3 Composition Vite
Windows 11
Edge
Pnpm
vue-google-maps-community-fork 0.3.1
The text was updated successfully, but these errors were encountered: