We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a5696 commit c8ec58cCopy full SHA for c8ec58c
src/content/reference/react/useId.md
@@ -46,8 +46,6 @@ function PasswordField() {
46
47
* `useId` **should not be used to generate keys** in a list. [Keys should be generated from your data.](/learn/rendering-lists#where-to-get-your-key)
48
49
-* `useId` currently cannot be used in [async Server Components](/reference/rsc/server-components#async-components-with-server-components).
50
-
51
---
52
53
## Usage {/*usage*/}
0 commit comments