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.
2 parents 693e589 + 5475406 commit 61fcb79Copy full SHA for 61fcb79
lessons/04-rscs-with-nextjs/E-limitations-of-rscs.md
@@ -60,6 +60,7 @@ export default async function WhoAmI() {
60
And now clientPage.js
61
62
```javascript
63
+"use client";
64
import updateUsername from "./updateUsername";
65
66
export default function ClientWhoAmIPage({ children, id }) {
0 commit comments