From 80d09bfbb3af353eae869931857f7608549997fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 13 Jul 2016 11:50:57 -0700 Subject: [PATCH] Regenerate 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 c29de4c8bf..4aa8d89cdf 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -137,5 +137,6 @@ "135": "Cannot find single active touch", "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." + "138": "Touch object is missing identifier.", + "139": "ReactTestRenderer: .update() can't be called after unmount." }