Skip to content

Commit b5c4d16

Browse files
authored
Merge pull request #927 from SSakutaro/tr/useId
translate "useId"
2 parents 0c4f93b + ec5dbff commit b5c4d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/useId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function PasswordField() {
4848
4949
* `useId` を、**リスト内の key の生成には使用しないでください**。[key はデータから生成される必要があります。](/learn/rendering-lists#where-to-get-your-key)
5050
51-
* `useId` currently cannot be used in [async Server Components](/reference/rsc/server-components#async-components-with-server-components).
51+
* `useId` は現時点で[非同期サーバコンポーネント](/reference/rsc/server-components#async-components-with-server-components)では使用できません。
5252
5353
---
5454

0 commit comments

Comments
 (0)