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
@@ -425,6 +425,6 @@
425
425
"437": "the \"precedence\" prop for links to stylesheets expects to receive a string but received something of type \"%s\" instead.",
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
-
"440": "An event from useEvent was called during render.",
428
+
"440": "A function wrapped in useEvent can't be called during rendering.",
429
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."
0 commit comments