From d31e753f89589fe080543a24fb732d5c0f263f62 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Wed, 23 May 2018 17:35:31 -0700 Subject: [PATCH] Update error codes for 16.4.0 release --- scripts/error-codes/codes.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 4d190fe68f991..eb64793ede32e 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -268,5 +268,11 @@ "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", - "269": "Profiler must specify an \"id\" string and \"onRender\" function as props" + "269": "Profiler must specify an \"id\" string and \"onRender\" function as props", + "270": "The current renderer does not support persistence. This error is likely caused by a bug in React. Please file an issue.", + "271": "Failed to replay rendering after an error. This is likely caused by a bug in React. Please file an issue with a reproducing case to help us find it.", + "272": "The current renderer does not support hyration. This error is likely caused by a bug in React. Please file an issue.", + "273": "Nesting of within is not currently supported.", + "274": "Text strings must be rendered within a component.", + "275": "The current renderer does not support mutation. This error is likely caused by a bug in React. Please file an issue." }