You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a misleading link in the documentation. The link text "React Server Components" redirects to the "Start a new React project" section instead of to dedicated content about React Server Components.
Summary
I found a misleading link in the documentation. The link text "React Server Components" redirects to the "Start a new React project" section instead of to dedicated content about React Server Components.
Page
https://react.dev/reference/rsc/use-client
Details
It should be
'use client' is for use with [React Server Components](/reference/rsc/server-components).
instead of
'use client' is for use with [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
The text was updated successfully, but these errors were encountered: