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-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -369,5 +369,7 @@
369
369
"378": "Type %s is not supported in client component props. Remove %s from this object, or avoid the entire object: %s",
370
370
"379": "Refs cannot be used in server components, nor passed to client components.",
371
371
"380": "Reading the cache is only supported while rendering.",
372
-
"381": "This feature is not supported by ReactSuspenseTestUtils."
372
+
"381": "This feature is not supported by ReactSuspenseTestUtils.",
373
+
"382": "This query has received more parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs.",
374
+
"383": "This query has received fewer parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs."
0 commit comments