Skip to content

[Typo]: Broken link to flushSync on createRoot documentation page #7861

Closed
@limonatasuyu

Description

@limonatasuyu

Summary

Broken link to flushSync on createRoot documentation page.

Page

https://react.dev/reference/react-dom/client/createRoot

Details

On the page https://react.dev/reference/react-dom/client/createRoot, there is a link to the flushSync function that currently points to:
https://react.dev/reference/react-dom/client/flushSync
This URL returns Not Found because flushSync is not under the react-dom/client. The correct link should be:
https://react.dev/reference/react-dom/flushSync
Updating the link will ensure it directs users to the correct reference documentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions