From 7afb09ea00564347a12e76f4520b293bb65db01b Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Mon, 27 Mar 2017 11:52:09 +0100 Subject: [PATCH] updated error codes --- scripts/error-codes/codes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 1084a67631..ccd096f1ac 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -199,5 +199,6 @@ "197": "View config not found for name %s", "198": "toTree() does not yet know how to handle nodes with tag=%s", "199": "something went wrong", - "200": "getPublicInstance should not be called before component is mounted." + "200": "getPublicInstance should not be called before component is mounted.", + "201": "Injected invokeGuardedCallback() must be a function." }