From 712e483b3fe53a37e79386ba8318118ce0a8b58a Mon Sep 17 00:00:00 2001 From: wonza-hub Date: Fri, 20 Jun 2025 19:30:35 +0900 Subject: [PATCH 1/2] docs: add a missing translation --- src/content/learn/manipulating-the-dom-with-refs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/learn/manipulating-the-dom-with-refs.md b/src/content/learn/manipulating-the-dom-with-refs.md index 2abc2e795..ae9e922d0 100644 --- a/src/content/learn/manipulating-the-dom-with-refs.md +++ b/src/content/learn/manipulating-the-dom-with-refs.md @@ -1059,9 +1059,7 @@ img { -`SearchInput`같은 컴포넌트에서 `forwardRef`를 사용해서 DOM 노드를 노출할 필요가 있습니다. - -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 처럼 전달해야 합니다. From 344cfe43dd880220383fcedad61eb29b1a6d6b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Sat, 21 Jun 2025 00:51:54 +0900 Subject: [PATCH 2/2] Update manipulating-the-dom-with-refs.md --- src/content/learn/manipulating-the-dom-with-refs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/manipulating-the-dom-with-refs.md b/src/content/learn/manipulating-the-dom-with-refs.md index ae9e922d0..e85b4bc1b 100644 --- a/src/content/learn/manipulating-the-dom-with-refs.md +++ b/src/content/learn/manipulating-the-dom-with-refs.md @@ -1059,7 +1059,7 @@ img { -`SearchInput` 같은 컴포넌트에서 DOM 노드를 노출하려면 `ref`를 prop 처럼 전달해야 합니다. +`SearchInput` 같은 컴포넌트에서 DOM 노드를 노출하려면 `ref`를 Prop처럼 전달해야 합니다.