Skip to content

Commit dbc8fb9

Browse files
committed
Extract errors
1 parent fb7fe19 commit dbc8fb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/error-codes/codes.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,5 +385,8 @@
385385
"394": "startTransition cannot be called during server rendering.",
386386
"395": "An ID must have been assigned before we can complete the boundary.",
387387
"396": "More boundaries or placeholders than we expected to ever emit.",
388-
"397": "Unknown insertion mode. This is a bug in React."
388+
"397": "Unknown insertion mode. This is a bug in React.",
389+
"398": "`dangerouslySetInnerHTML` does not work on <option>.",
390+
"399": "%s is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.",
391+
"400": "menuitems cannot have `children` nor `dangerouslySetInnerHTML`."
389392
}

0 commit comments

Comments
 (0)