mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Fixes to markdown content/paths
This commit is contained in:
@@ -166,11 +166,11 @@ class Square extends React.Component {
|
||||
|
||||
Before:
|
||||
|
||||

|
||||

|
||||
|
||||
After: You should see a number in each square in the rendered output.
|
||||
|
||||

|
||||

|
||||
|
||||
[View the current code.](https://codepen.io/gaearon/pen/aWWQOG?editors=0010)
|
||||
|
||||
@@ -255,7 +255,7 @@ If you click on any square, an X should show up in it.
|
||||
|
||||
The React Devtools extension for [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/) lets you inspect a React component tree in your browser devtools.
|
||||
|
||||
<img src="../img/tutorial/devtools.png" alt="React Devtools" style="max-width: 100%">
|
||||
<img src="../images/tutorial/devtools.png" alt="React Devtools" style="max-width: 100%">
|
||||
|
||||
It lets you inspect the props and state of any of the components in your tree.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user