mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update to reflect changes in developer tools UI (#2320)
* Update to reflect changes in developer tools UI * Update tutorial.md
This commit is contained in:
committed by
Dan Abramov
parent
f732f259ae
commit
61ce20a657
@@ -335,7 +335,7 @@ The React Devtools extension for [Chrome](https://chrome.google.com/webstore/det
|
||||
|
||||
The React DevTools let you check the props and the state of your React components.
|
||||
|
||||
After installing React DevTools, you can right-click on any element on the page, click "Inspect" to open the developer tools, and the React tab will appear as the last tab to the right.
|
||||
After installing React DevTools, you can right-click on any element on the page, click "Inspect" to open the developer tools, and the React tabs ("⚛️ Components" and "⚛️ Profiler") will appear as the last tabs to the right. Use "⚛️ Components" to inspect the component tree.
|
||||
|
||||
**However, note there are a few extra steps to get it working with CodePen:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user