We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bdb73 commit 5f879c2Copy full SHA for 5f879c2
components/client-example.tsx
@@ -56,7 +56,7 @@ export default function ClientExample() {
56
</p>
57
<p>
58
It needs the{" "}
59
- <CustomLink href="https://react.devreference/nextjs/react/use-client">
+ <CustomLink href="https://react.dev/reference/rsc/use-client">
60
<code>'use client'</code>
61
</CustomLink>{" "}
62
directive at the top of the file to enable client side rendering, and
0 commit comments