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
Hi @ButuzGOL! Can you tell us specifically which rules give you an error here? It might be helpful to include the full output of an ESLint run along with a copy of your ESLint configuration.
Output:
src/scripts/Checkbox.js
24:13 warning 'category' PropType is defined but prop is never used react/no-unused-prop-types
25:9 warning 'icon' PropType is defined but prop is never used react/no-unused-prop-types
for category, icon gives error
The text was updated successfully, but these errors were encountered: