Implement useOpaqueIdentifier (#21260)

The format of this ID is specific to the format.
This commit is contained in:
Sebastian Markbåge
2021-04-14 17:25:42 -04:00
committed by GitHub
parent dde875dfb1
commit f4d7a0f1ea
7 changed files with 62 additions and 7 deletions

View File

@@ -391,5 +391,6 @@
"400": "menuitems cannot have `children` nor `dangerouslySetInnerHTML`.",
"401": "The stacks must reach the root at the same time. This is a bug in React.",
"402": "The depth must equal at least at zero before reaching the root. This is a bug in React.",
"403": "Tried to pop a Context at the root of the app. This is a bug in React."
"403": "Tried to pop a Context at the root of the app. This is a bug in React.",
"404": "Invalid hook call. Hooks can only be called inside of the body of a function component."
}