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 b881619 commit 27e4a89Copy full SHA for 27e4a89
src/content/reference/react/forwardRef.md
@@ -6,11 +6,7 @@ title: forwardRef
6
7
React 19부터는 더 이상 `forwardRef`이 필요하지 않습니다. 이제 `ref`를 Prop으로 직접 전달하면 됩니다.
8
9
-<<<<<<< HEAD
10
`forwardRef`는 향후 릴리스에서 사용 중단<sup>Deprecated</sup>될 예정입니다. 자세한 내용은 [여기](/blog/2024/12/05/react-19#ref-as-a-prop)에서 확인하세요.
11
-=======
12
-`forwardRef` will be deprecated in a future release. Learn more [here](/blog/2024/04/25/react-19#ref-as-a-prop).
13
->>>>>>> 84a56968d92b9a9e9bbac1ca13011e159e815dc1
14
15
</Deprecated>
16
0 commit comments