mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update error codes
This commit is contained in:
@@ -142,5 +142,7 @@
|
||||
"140": "Expected hook events to fire for the child before its parent includes it in onSetChildren().",
|
||||
"141": "Expected onSetChildren() to fire for a container child before its parent includes it in onSetChildren().",
|
||||
"142": "Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (%s has parents %s and %s).",
|
||||
"143": "React.Children.only expected to receive a single React element child."
|
||||
"143": "React.Children.only expected to receive a single React element child.",
|
||||
"144": "Item must have been set",
|
||||
"145": "hostContainerInfo should be populated before getPublicInstance is called."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user