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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -426,5 +426,6 @@
426
426
"438": "An unsupported type was passed to use(): %s",
427
427
"439": "We didn't expect to see a forward reference. This is a bug in the React Server.",
428
428
"440": "An event from useEvent was called during render.",
429
-
"441": "An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error."
430
-
}
429
+
"441": "An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.",
430
+
"442": "Cannot call a function returned by useEvent during server rendering."
0 commit comments