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

Copy link
Copy Markdown

Fixes #7305

Summary

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.

Changes

  • Link "not supported on the client" to the new section anchor
  • Add a Note explaining why async components are a Server Component feature and how to use use() on the client instead

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