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
+4-1
Original file line number
Diff line number
Diff line change
@@ -374,5 +374,8 @@
374
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.",
375
375
"384": "Refreshing the cache is not supported in Server Components.",
376
376
"385": "A mutable source was mutated while the %s component was rendering. This is not supported. Move any mutations into event handlers or effects.",
377
-
"386": "The current renderer does not support microtasks. This error is likely caused by a bug in React. Please file an issue."
377
+
"386": "The current renderer does not support microtasks. This error is likely caused by a bug in React. Please file an issue.",
378
+
"387": "Event cannot be both direct and bubbling: %s",
379
+
"388": "View config getter callback for component `%s` must be a function (received `%s`)",
380
+
"389": "View config getter callback for component `%s` must be a function (received `%s`).%s"
0 commit comments