Skip to content

Commit 6494f6b

Browse files
committed
Update error codes for 16.3.2 release
1 parent 82f67d6 commit 6494f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/error-codes/codes.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,7 @@
265265
"263": "dispatch: Cannot dispatch during the render phase.",
266266
"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.",
267267
"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"
269271
}

0 commit comments

Comments
 (0)