From 61ce20a657e5c5471c5ffda6d07f06ebab285e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yngve=20H=C3=B8iseth?= Date: Tue, 3 Sep 2019 16:47:15 +0200 Subject: [PATCH] Update to reflect changes in developer tools UI (#2320) * Update to reflect changes in developer tools UI * Update tutorial.md --- content/tutorial/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index 57b5e39f4..466cc6a5b 100644 --- a/content/tutorial/tutorial.md +++ b/content/tutorial/tutorial.md @@ -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:**