-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with Google Maps JavaScript SDK in IE 11 #618
Comments
|
I've commented the line with |
Without a reproducible example or at least a stack trace I can't say anything. Most likely you load an incorrect polyfill before |
This error from Google SDK, I guess. And I don't see any stack trace.
I'll try to create it. |
I saw it, but I saw resolutions only like "load |
Yep, seems it's something new. It looks like Google Maps try to check the support of iterables in |
I found the breaking commit in our project. It's more about HTML and CSS, but there are some new JS code: import 'core-js/modules/web.url-search-params'; Can it broke? |
Oh, no, this is getting another error, my bad. Requests like:
The main our problem. I found another conflict, I guess. I've created a separate issue: #619 |
Unlikely. |
I've updated the gist for neighboring issue: https://gist.github.com/AlexWayfer/5cb15784af3761aa75ce71736a08f9ec You can uncomment the code with |
Seems I was right here. It's a Google Maps, not |
And the solution looks like adding Thank you. |
Thank you. I fixed the error as well. import 'core-js/es6/symbol'; |
In project I have:
In Internet Explorer 11 I get:
Script with
import 'core-js/modules/es.array.from'
is loading before Google Maps JavaScript SDK.The text was updated successfully, but these errors were encountered: