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 fb7fe19 commit dbc8fb9Copy full SHA for dbc8fb9
scripts/error-codes/codes.json
@@ -385,5 +385,8 @@
385
"394": "startTransition cannot be called during server rendering.",
386
"395": "An ID must have been assigned before we can complete the boundary.",
387
"396": "More boundaries or placeholders than we expected to ever emit.",
388
- "397": "Unknown insertion mode. This is a bug in React."
+ "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`."
392
}
0 commit comments