Skip to content

Commit ec5dbff

Browse files
authored
Fix space
1 parent c4913aa commit ec5dbff

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` は現時点で [非同期サーバコンポーネント](/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)