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
Copy file name to clipboardExpand all lines: scripts/error-codes/codes.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@
467
467
"479": "Cannot update optimistic state while rendering.",
468
468
"480": "File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.",
469
469
"481": "Tried to encode a Server Action from a different instance than the encoder is from. This is a bug in React.",
470
-
"482": "async/await is not yet supported in Client Components, only Server Components. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",
470
+
"482": "An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",
471
471
"483": "Hooks are not supported inside an async component. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",
472
472
"484": "A Server Component was postponed. The reason is omitted in production builds to avoid leaking sensitive details.",
473
473
"485": "Cannot update form state while rendering.",
0 commit comments