docs: Update react devtool version in document (#21601)
* docs: update react devtool version in document * bump react devtool version ref to 4.3.0
This commit is contained in:
parent
31c93fec67
commit
0a850fbc5d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Using the [React Developer Tools][react-devtools] as example:
|
|||
const os = require('os')
|
||||
|
||||
BrowserWindow.addDevToolsExtension(
|
||||
path.join(os.homedir(), '/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/0.15.0_0')
|
||||
path.join(os.homedir(), '/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/4.3.0_0')
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue