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
This worked fine until we started adding @ember/jquery in our application. When using this addon, this piece of code crashes in IE-11 with the error
Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
This is crashing only with IE - 11. Works when using the native jQuery provided by ember (without this addon). Any idea on what might be causing the issue with the addon? Here is a link to reproduce this issue.
The text was updated successfully, but these errors were encountered:
We have this code in one of our components
This worked fine until we started adding
@ember/jquery
in our application. When using this addon, this piece of code crashes in IE-11 with the errorThis is crashing only with IE - 11. Works when using the native jQuery provided by ember (without this addon). Any idea on what might be causing the issue with the addon? Here is a link to reproduce this issue.
The text was updated successfully, but these errors were encountered: