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
+2-2
Original file line number
Diff line number
Diff line change
@@ -478,9 +478,9 @@
478
478
"490": "Expected to see a Suspense boundary in this slot. The tree doesn't match so React will fallback to client rendering.",
479
479
"491": "It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React.",
480
480
"492": "The \"react\" package in this environment is not configured correctly. The \"react-server\" condition must be enabled in any environment that runs React Server Components.",
481
-
"493": "To taint a value, a life time must be defined by passing an object that holds the value.",
481
+
"493": "To taint a value, a lifetime must be defined by passing an object that holds the value.",
482
482
"494": "taintUniqueValue cannot taint objects or functions. Try taintObjectReference instead.",
483
-
"495": "Cannot taint a %s because the value is too general and cannot be a secret by",
483
+
"495": "Cannot taint a %s because the value is too general and not unique enough to block globally.",
484
484
"496": "Only objects or functions can be passed to taintObjectReference. Try taintUniqueValue instead.",
485
485
"497": "Only objects or functions can be passed to taintObjectReference."
0 commit comments