You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `useId` **should not be used to generate cache keys** for [use()](/reference/react/use). The ID is stable when a component is mounted but may change during rendering. Cache keys should be generated from your data.
51
+
52
+
* `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)
53
+
>>>>>>> a1ddcf51a08cc161182b90a24b409ba11289f73e
48
54
49
55
* `useId` currently cannot be used in [async Server Components](/reference/rsc/server-components#async-components-with-server-components).
0 commit comments