From 6494f6b6b8e1cfa5df9f72b4d94cf9ed582805cd Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 16 Apr 2018 16:23:12 +0100 Subject: [PATCH] Update error codes for 16.3.2 release --- scripts/error-codes/codes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 5daa6f37a1af8..6627e703d1663 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -265,5 +265,7 @@ "263": "dispatch: Cannot dispatch during the render phase.", "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.", "265": "This unit of work tag cannot capture errors. This error is likely caused by a bug in React. Please file an issue.", - "266": "A subscription must return an unsubscribe function." + "266": "A subscription must return an unsubscribe function.", + "267": "React.cloneElement(...): The argument must be a React element, but you passed %s.", + "268": "Argument appears to not be a ReactComponent. Keys: %s" }