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:
Yngve Høiseth
2019-09-03 16:47:15 +02:00
committed by Dan Abramov
parent f732f259ae
commit 61ce20a657

View File

@@ -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:**