useId
is a hook for generating unique IDs that are stable across the server and client, while avoiding hydration mismatches.
const id = useId();
useId
is a hook for generating unique IDs that are stable across the server and client, while avoiding hydration mismatches.
const id = useId();