Skip to content

Commit

Permalink
Updated the URL link for serve (#25296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bchan1999 committed Sep 19, 2022
1 parent 3d615fc commit b274890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ By default DevTools listen to port `8097` on `localhost`. If you need to customi

![Allow access to file URLs](https://user-images.githubusercontent.com/29597/64646784-95b58080-d3cc-11e9-943d-02474683398a.png)

Or you could develop with a local HTTP server [like `serve`](https://www.npmjs.com/package/serve).
Or you could develop with a local HTTP server like [`serve`](https://www.npmjs.com/package/serve).

**The React tab won't show up if the site doesn't use React**, or if React can't communicate with the devtools. When the page loads, the devtools sets a global named `__REACT_DEVTOOLS_GLOBAL_HOOK__`, then React communicates with that hook during initialization. You can test this on the [React website](https://reactjs.org/) or by inspecting [Facebook](https://www.facebook.com/).

Expand Down

0 comments on commit b274890

Please sign in to comment.