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
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
The added functions to the array object shouldn't be enumerable as they may break other plugins that enumerates all properties in an array.
Steps to reproduce the issue:
Expected result:
[Log] 1 [Log] 2 [Log] 3
Result:
Fix:
I've added this to my app to resolve this issue.
The text was updated successfully, but these errors were encountered: