Infeasible
Status Update
Comments
ar...@webhare.nl <ar...@webhare.nl> #2
Thanks for your post.
The engineering team will look into the issue and explore if there are feasible ways to resolve it as soon as possible.
We will let you know as soon as additional updates are made available.
The engineering team will look into the issue and explore if there are feasible ways to resolve it as soon as possible.
We will let you know as soon as additional updates are made available.
wa...@google.com <wa...@google.com> #3
We have verified and logged the issue internally. Please note that we cannot give you any timelines, but you can star the issue to get notifications.
jh...@google.com <jh...@google.com> #4
Hello there! Can you please confirm if your project (or just your precompiled header) is non-ARC?
Description
You'll see errors in your console/network log about "[object Array Iterator]", eg:
Uncaught (in promise) Error: Could not load "[object Array Iterator]".
and/or you'll see 404s with the "object+Array+Iterator" appearing in URLs.
This is caused by an ES6-incompatible Array.from polyfill done by Mootools. You'll only see the issue if you provide a callback= parameter when you load the API.
Unless the change is reverted, you'll have to upgrade to Mootools 1.6 which has renamed its Array.from to Array.convert, and fix any code which relied on Mootools' incompatible Array.from implementation