Skip to content

Commit 5cee336

Browse files
committed
docs: Translate remaining English sentences in useId.md to Korean
1 parent 5f7a10d commit 5cee336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react/useId.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function PasswordField() {
4646
4747
* `useId`를 리스트의 **key를 생성하기 위해 사용하면 안 됩니다**. [Key는 데이터로부터 생성해야 합니다.](/learn/rendering-lists#where-to-get-your-key)
4848
49-
* `useId` currently cannot be used in [async Server Components](/reference/rsc/server-components#async-components-with-server-components).
49+
* `useId`는 현재 [비동기 서버 컴포넌트](/reference/rsc/server-components#async-components-with-server-components)에서 사용할 수 없습니다.
5050
5151
---
5252
@@ -333,4 +333,4 @@ const root = hydrateRoot(
333333
);
334334
```
335335
336-
You do not need to pass `identifierPrefix` if you only have one React app on the page.
336+
페이지에 React 앱이 하나만 있는 경우에는 `identifierPrefix`를 전달할 필요가 없습니다.

0 commit comments

Comments
 (0)