mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 07:25:20 +00:00
Fix incorrect negative in use-memo intro (#8027)
This commit is contained in:
@@ -5,7 +5,7 @@ version: rc
|
||||
|
||||
<Intro>
|
||||
|
||||
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.
|
||||
|
||||
</Intro>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user