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 97a7c5f commit 0acde04Copy full SHA for 0acde04
1 file changed
scripts/error-codes/codes.json
@@ -246,5 +246,7 @@
246
"244": "Should have a previous and last root. This error is likely caused by a bug in React. Please file an issue.",
247
"245": "performWorkOnRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.",
248
"246": "Should be working on a root. This error is likely caused by a bug in React. Please file an issue.",
249
- "247": "A call cannot have host component children."
+ "247": "A call cannot have host component children.",
250
+ "248": "Not implemented.",
251
+ "249": "ReactShallowRenderer render(): Shallow rendering works only with custom components, but the provided element type was `%s`."
252
}
0 commit comments