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
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Description
Issue to track works around the linter to this release cycle
Infra
Rules
useSimpleNumberKeys
#3888useLiteralKeys
#3889eslint
noUnreachableSuper
#3481noUnsafeFinally
noDuplicateCase
clippy
match_str_case_mismatch
#3368useCollapsibleIf
noRedundantClosure
Accessibility
useAriaPropsForRole
#3822useAriaPropTypes
#3886useAriaProps
#3887React hooks rules
More details about
#3355
Checks the dependencies array of React Hooks contains all referenced bindings
Example error:
function Component({ prop }) { useEffect(() => { prop(); }, []); }
The text was updated successfully, but these errors were encountered: