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 4846020 commit 84a5696Copy full SHA for 84a5696
src/content/reference/react/forwardRef.md
@@ -6,7 +6,7 @@ title: forwardRef
6
7
In React 19, `forwardRef` is no longer necessary. Pass `ref` as a prop instead.
8
9
-`forwardRef` will deprecated in a future release. Learn more [here](/blog/2024/04/25/react-19#ref-as-a-prop).
+`forwardRef` will be deprecated in a future release. Learn more [here](/blog/2024/04/25/react-19#ref-as-a-prop).
10
11
</Deprecated>
12
0 commit comments