From 130c2694f7f68dd86616bde8098b1c6e9536def9 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 6 Nov 2017 15:23:09 +0000 Subject: [PATCH] Removed un-used script tags in error-decoder.md --- content/docs/error-decoder.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/docs/error-decoder.md b/content/docs/error-decoder.md index 8623bf5e..68191bff 100644 --- a/content/docs/error-decoder.md +++ b/content/docs/error-decoder.md @@ -6,8 +6,4 @@ permalink: docs/error-decoder.html In the minified production build of React, we avoid sending down full error messages in order to reduce the number of bytes sent over the wire. -We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, this page will reassemble the original text of the error. - - -
- +We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, this page will reassemble the original text of the error. \ No newline at end of file