Skip to content

Fix broken anchor link for async components on the client#8484

Open
LuxologyGG wants to merge 1 commit into
reactjs:mainfrom
LuxologyGG:fix/auto-issue-7305
Open

Fix broken anchor link for async components on the client#8484
LuxologyGG wants to merge 1 commit into
reactjs:mainfrom
LuxologyGG:fix/auto-issue-7305

Conversation

@LuxologyGG

@LuxologyGG LuxologyGG commented Jun 18, 2026

Copy link
Copy Markdown

Summary

Closes #7305

The Server Components docs referenced a #why-cant-i-use-async-components-on-the-client anchor that did not exist, resulting in a broken in-page link.

This PR adds the missing section with a Note explaining why async components are a Server Component feature and how to use use() on the client instead.

Before / After

Before: Link to #why-cant-i-use-async-components-on-the-client with no matching section on the page.

After: Link resolves to a new Note section titled "Why can't I use async components on the client?" with the anchor {/*why-cant-i-use-async-components-on-the-client*/}.

Type of change

  • Documentation fix (broken link / missing note)

Add the missing 'Why can't I use async components on the client?'
section and link to it from the async components example.

Fixes reactjs#7305
@github-actions

Copy link
Copy Markdown

Size changes

Details

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@LuxologyGG LuxologyGG marked this pull request as ready for review June 19, 2026 02:58
Copilot AI review requested due to automatic review settings June 19, 2026 02:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Typo]: why-cant-i-use-async-components-on-the-client link is not working

3 participants