Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can try it by upgrading React packages to the most recent experimental versi

Experimental versions of React may contain bugs. Don't use them in production.

This API is only available inside React Server Components.
This API is only available inside [React Server Components](/reference/rsc/use-client).
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hyperlink added for "React Server Components" points to /reference/rsc/use-client, which is the documentation page for the 'use client' directive — not a general React Server Components reference. Throughout the rest of the codebase (e.g., cache.md, server-functions.md, directives.md, use-client.md, use-server.md), the text "React Server Components" is consistently linked to /reference/rsc/server-components.

Although this mirrors the link already used in experimental_taintUniqueValue.md, both files appear to use an incorrect link target. The link destination should be /reference/rsc/server-components to accurately describe what "React Server Components" refers to and to be consistent with the rest of the documentation.

Suggested change
This API is only available inside [React Server Components](/reference/rsc/use-client).
This API is only available inside [React Server Components](/reference/rsc/server-components).

Copilot uses AI. Check for mistakes.

</Experimental>

Expand Down
Loading