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
The for ... in loop in this module should only copy a property if item.hasOwnProperty(key), otherwise it will copy prototype properties, resulting in unexpected and hard-to-find bugs.
The text was updated successfully, but these errors were encountered:
The for ... in loop in this module should only copy a property if
item.hasOwnProperty(key)
, otherwise it will copy prototype properties, resulting in unexpected and hard-to-find bugs.The text was updated successfully, but these errors were encountered: