From ebabd2f8cd754ec7ce8a972795324c5aa0d54048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 8 Jul 2016 11:49:51 -0700 Subject: [PATCH] Rebuild 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 70b5cd589d..c29de4c8bf 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -135,5 +135,7 @@ "133": "Touch object is missing identifier", "134": "Touch data should have been recorded on start", "135": "Cannot find single active touch", - "136": "Attempted to update component `%s` that has already been unmounted (or failed to mount)." + "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." }