We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useId
1 parent 5138e60 commit 6ead1faCopy full SHA for 6ead1fa
src/content/reference/react/useId.md
@@ -46,6 +46,8 @@ 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