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
Fixes#2081. @jdalton found a much more efficient solution than
`'length' in collection` by using dynamic property access. Uses
a constant `LENGTH` variable to avoid minifiers transforming it
into dot access.
0 commit comments