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 cea2176 commit 712e483Copy full SHA for 712e483
1 file changed
src/content/learn/manipulating-the-dom-with-refs.md
@@ -1059,9 +1059,7 @@ img {
1059
1060
<Hint>
1061
1062
-`SearchInput`같은 컴포넌트에서 `forwardRef`를 사용해서 DOM 노드를 노출할 필요가 있습니다.
1063
-
1064
-You'll need to pass `ref` as a prop to opt into exposing a DOM node from your own component like `SearchInput`.
+`SearchInput` 같은 컴포넌트에서 DOM 노드를 노출하려면 `ref`를 prop 처럼 전달해야 합니다.
1065
1066
</Hint>
1067
0 commit comments