We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c2d26 commit c60922fCopy full SHA for c60922f
src/content/reference/eslint-plugin-react-hooks/lints/use-memo.md
@@ -5,7 +5,7 @@ version: rc
5
6
<Intro>
7
8
-Validates usage of the `useMemo` hook without a return value. See [`useMemo` docs](/reference/react/useMemo) for more information.
+Validates that the `useMemo` hook is used with a return value. See [`useMemo` docs](/reference/react/useMemo) for more information.
9
10
</Intro>
11
0 commit comments