From eee3bce748fa4eca75630331f32cd852aa6b7621 Mon Sep 17 00:00:00 2001 From: tomocchino Date: Wed, 16 Nov 2016 13:46:20 +0000 Subject: [PATCH] Update error codes --- scripts/error-codes/codes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 05888dfb21..d29e8bd043 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -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." }