Skip to content

Commit c8ec58c

Browse files
committed
docs: remove outdated caveat about useId in async Server Components
1 parent 84a5696 commit c8ec58c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/reference/react/useId.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ function PasswordField() {
4646
4747
* `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)
4848
49-
* `useId` currently cannot be used in [async Server Components](/reference/rsc/server-components#async-components-with-server-components).
50-
5149
---
5250
5351
## Usage {/*usage*/}

0 commit comments

Comments
 (0)