regenerate error codes

This commit is contained in:
Paul O’Shannessy
2016-08-19 10:49:42 -07:00
parent 12ab5baff4
commit e5276bbbe7
+2 -1
View File
@@ -141,5 +141,6 @@
"139": "ReactTestRenderer: .update() can't be called after unmount.",
"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)."
"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."
}