pkmnct / qualtrics-google-map-lat-long

Embed a customizable Google Map in your Qualtrics survey to collect location data
MIT License
21 stars 13 forks source link

Array.from() conflict with Qualtrics #17

Closed razvann closed 3 years ago

razvann commented 3 years ago

This site overrides Array.from() with an implementation that doesn't support iterables, which could cause Google Maps JavaScript API v3 to not work correctly.

pkmnct commented 3 years ago

Yes, this is a warning from the Google Maps API due to Qualtrics having a custom Array.from() implementation. It doesn't seem to affect functionality, besides showing the warning.