Skip to content

Commit 0acde04

Browse files
committed
Update error codes for 16.1.0-beta.1 release
1 parent 97a7c5f commit 0acde04

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/error-codes/codes.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,7 @@
246246
"244": "Should have a previous and last root. This error is likely caused by a bug in React. Please file an issue.",
247247
"245": "performWorkOnRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.",
248248
"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."
249+
"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`."
250252
}

0 commit comments

Comments
 (0)