From 94dbf619d3d0f8227fa8274757065e8731d1508a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 12 Aug 2016 16:33:37 -0700 Subject: [PATCH] Regenerate error codes --- scripts/error-codes/codes.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 4aa8d89cdf..546f4a2ee0 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -138,5 +138,8 @@ "136": "Attempted to update component `%s` that has already been unmounted (or failed to mount).", "137": "%s is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.%s", "138": "Touch object is missing identifier.", - "139": "ReactTestRenderer: .update() can't be called after unmount." + "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)." }