From d23432dd655c8f59f5b77f450f8dbef8bed7e6e0 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 31 Aug 2019 23:05:34 +0000 Subject: [PATCH] Deploy website Deploy website version based on 312f913b3d585e61eebcbe02a54cc6a0f6ca59f4 --- docs/debugging.html | 2 +- docs/debugging/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/debugging.html b/docs/debugging.html index 94497ce1fc0..e62a237566d 100644 --- a/docs/debugging.html +++ b/docs/debugging.html @@ -131,7 +131,7 @@ YellowBox.ig
  • Every time the app is reloaded (using live reload, or by manually reloading), a new JSContext is created. Choosing "Automatically Show Web Inspectors for JSContexts" saves you from having to select the latest JSContext manually.
  • React Developer Tools

    -

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    +

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    npm install -g react-devtools
     

    Now run react-devtools from the terminal to launch the standalone DevTools app:

    diff --git a/docs/debugging/index.html b/docs/debugging/index.html index 94497ce1fc0..e62a237566d 100644 --- a/docs/debugging/index.html +++ b/docs/debugging/index.html @@ -131,7 +131,7 @@ YellowBox.ig
  • Every time the app is reloaded (using live reload, or by manually reloading), a new JSContext is created. Choosing "Automatically Show Web Inspectors for JSContexts" saves you from having to select the latest JSContext manually.
  • React Developer Tools

    -

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    +

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    npm install -g react-devtools
     

    Now run react-devtools from the terminal to launch the standalone DevTools app: