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
Object.prototype.hasOwnProperty is taken for a prop in the react/prop-types rule, so whenever I want to validate that a prop actually exists using that method I get a linter warning saying I didn't define the hasOwnProperty prop. I imagine the same happens with other methods on the Object prototype.