diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index d1688e84bc7a8..aab5d62476cc3 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -401,5 +401,6 @@ "413": "Expected finished root and lanes to be set. This is a bug in React.", "414": "Did not expect this call in production. This is a bug in React. Please file an issue.", "415": "Error parsing the data. It's probably an error code or network corruption.", - "416": "This environment don't support binary chunks." + "416": "This environment don't support binary chunks.", + "417": "React currently only supports piping to one writable stream." }