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
// React doesn't report on this https://github.com/facebook/react/blob/9daabc0bf97805be23f6131be4d84d063a3ff446/packages/eslint-plugin-react-hooks/__tests__/ESLintRulesOfHooks-test.js#L520-L530
⚠ eslint-plugin-react-hooks(rules-of-hooks): ReactHook"useState"iscalledinfunction "Anonymous" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use".
654
-
╭─[rules_of_hooks.tsx:3:24]
655
-
2 │ export const notAComponent = () => {
656
-
3 │ ╭─▶ return () => {
657
-
4 │ │ useState();
658
-
5 │ ╰─▶ }
659
-
6 │ }
660
-
╰────
661
-
662
653
⚠ eslint-plugin-react-hooks(rules-of-hooks): ReactHook"useState"iscalledinfunction "Anonymous" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use".
0 commit comments