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
Issue: Using Object(name) as a check to see if name is an object is not reliable since it could fail for various falsy or primitive values. Instead, use a more reliable check here.
The text was updated successfully, but these errors were encountered:
Issue: Using Object(name) as a check to see if name is an object is not reliable since it could fail for various falsy or primitive values. Instead, use a more reliable check here.
The text was updated successfully, but these errors were encountered: