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
I have in one of my file the following line: const hasOwnProperty = Object.prototype.hasOwnProperty;
This cause eslint rule check to failure with error: TypeError: this.styleSheets[styleSheetName].filter is not a function
Rule: "react-native/no-unused-styles"
at StyleSheets.markAsUsed (/node_modules/eslint-plugin-react-native/lib/util/stylesheet.js:37:8)
at /node_modules/eslint-plugin-react-native/lib/rules/no-unused-styles.js:57:23
at Set.forEach (<anonymous>)