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 see a warning message in the console: Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading
I think a solution would be to add &loading=async&callback=initMap when initializing the plugin, to improve performance
Hi,
Thank you for this awesome plugin!
I see a warning message in the console:
Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading
I think a solution would be to add
&loading=async&callback=initMap
when initializing the plugin, to improve performanceThe text was updated successfully, but these errors were encountered: