From 8c5d806be23c77b98b893f1115de1a7a8b6e7281 Mon Sep 17 00:00:00 2001 From: Han Lin Yap Date: Sun, 6 Oct 2019 16:20:26 +0200 Subject: [PATCH] Fix broken link --- packages/cli/src/commands/server/debugger-ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/server/debugger-ui/index.html b/packages/cli/src/commands/server/debugger-ui/index.html index 60c27da0a..93d0718c5 100644 --- a/packages/cli/src/commands/server/debugger-ui/index.html +++ b/packages/cli/src/commands/server/debugger-ui/index.html @@ -255,7 +255,7 @@ React Native JS code runs as a web worker inside this tab.

Press ⌘⌥I to open Developer Tools. Enable Pause On Caught Exceptions for a better debugging experience.

-

You may also install the standalone version of React Developer Tools to inspect the React component hierarchy, their props, and state.

+

You may also install the standalone version of React Developer Tools to inspect the React component hierarchy, their props, and state.

Status: Loading...