I get this on my js console in chrome

drupal.js?v=8.4.4:13 Uncaught TypeError: map.addPopulatedCallback is not a function
    at Object.<anonymous> (geolocation-control-zoom.js?p3fseq:42)
    at Function.each (jquery.min.js?v=3.2.1:2)
    at Object.attach (geolocation-control-zoom.js?p3fseq:23)
    at Object.Drupal.attachBehaviors (drupal.js?v=8.4.4:25)
    at drupal.init.js?v=8.4.4:16
    at HTMLDocument.t (ready.min.js?v=1.0.8:4)
(anonymous) @ geolocation-control-zoom.js?p3fseq:42     <- link is 

https://mysite.com/modules/contrib/geolocation/modules/geolocation_google_maps/js/MapFeature/geolocation-control-zoom.js?p3fseq


each @ jquery.min.js?v=3.2.1:2
attach @ geolocation-control-zoom.js?p3fseq:23
Drupal.attachBehaviors @ drupal.js?v=8.4.4:25
(anonymous) @ drupal.init.js?v=8.4.4:16
t @ ready.min.js?v=1.0.8:4
setTimeout (async)
Drupal.throwError @ drupal.js?v=8.4.4:12
Drupal.attachBehaviors @ drupal.js?v=8.4.4:27
(anonymous) @ drupal.init.js?v=8.4.4:16
t @ ready.min.js?v=1.0.8:4

Comments

SocialNicheGuru created an issue. See original summary.

ChristianAdamski’s picture

Status: Active » Postponed (maintainer needs more info)

Could you test with current -dev? Ideally after #2942750: PopulatedCallback never executed when map deferred landed?

ChristianAdamski’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)