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
We are seeing some errors with Google Maps on the front end:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Mo')
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'UE')
It appears to be when multiple maps are embedded on the same page. The test case where these errors are happening is using a Map field in a matrix block called block.map.embed()
Both in the CP and front end we are getting errors related to the above.
The text was updated successfully, but these errors were encountered:
We are seeing some errors with Google Maps on the front end:
It appears to be when multiple maps are embedded on the same page. The test case where these errors are happening is using a Map field in a matrix block called
block.map.embed()
Both in the CP and front end we are getting errors related to the above.
The text was updated successfully, but these errors were encountered: