Google Maps Warnings in Console
-
When using the Google Maps widget I see these warnings 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
As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. At this time, google.maps.Marker is not scheduled to be discontinued, but google.maps.marker.AdvancedMarkerElement is recommended over google.maps.Marker. While google.maps.Marker will continue to receive bug fixes for any major regressions, existing bugs in google.maps.Marker will not be addressed. At least 12 months notice will be given before support is discontinued. Please see https://developers.google.com/maps/deprecations for additional details and https://developers.google.com/maps/documentation/javascript/advanced-markers/migration for the migration guide.
I see these other warnings as well coming from the premium-addons.min.css file:
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’. Ruleset ignored due to bad selector.
Error in parsing value for ‘width’. Declaration dropped.
Error in parsing value for ‘-webkit-transition’. Declaration dropped.
Error in parsing value for ‘transition’. Declaration dropped.
Error in parsing value for ‘font-weight’. Declaration dropped.
Error in parsing value for ‘text-shadow’. Declaration dropped.
Unknown property ‘-moz-transition-timing-function’. Declaration dropped.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.