Closed
Description
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.