We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7ac95 commit 460b829Copy full SHA for 460b829
scripts/error-codes/codes.json
@@ -401,5 +401,6 @@
401
"413": "Expected finished root and lanes to be set. This is a bug in React.",
402
"414": "Did not expect this call in production. This is a bug in React. Please file an issue.",
403
"415": "Error parsing the data. It's probably an error code or network corruption.",
404
- "416": "This environment don't support binary chunks."
+ "416": "This environment don't support binary chunks.",
405
+ "417": "React currently only supports piping to one writable stream."
406
}
0 commit comments