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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -479,8 +479,8 @@
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
481
"493": "To taint a value, a life time must be defined by passing an object that holds the value.",
482
-
"494": "taintValue cannot taint objects or functions. Try taintShallowObject instead.",
482
+
"494": "taintUniqueValue cannot taint objects or functions. Try taintObjectReference instead.",
483
483
"495": "Cannot taint a %s because the value is too general and cannot be a secret by",
484
-
"496": "Only objects or functions can be passed to taintShallowObject. Try taintValue instead.",
485
-
"497": "Only objects or functions can be passed to taintShallowObject."
484
+
"496": "Only objects or functions can be passed to taintObjectReference. Try taintUniqueValue instead.",
485
+
"497": "Only objects or functions can be passed to taintObjectReference."
0 commit comments