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
@@ -265,5 +265,7 @@
265
265
"263": "dispatch: Cannot dispatch during the render phase.",
266
266
"264": "An error logging effect should not have been scheduled if no errors were captured. This error is likely caused by a bug in React. Please file an issue.",
267
267
"265": "This unit of work tag cannot capture errors. This error is likely caused by a bug in React. Please file an issue.",
268
-
"266": "A subscription must return an unsubscribe function."
268
+
"266": "A subscription must return an unsubscribe function.",
269
+
"267": "React.cloneElement(...): The argument must be a React element, but you passed %s.",
270
+
"268": "Argument appears to not be a ReactComponent. Keys: %s"
0 commit comments