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:
Shogun Sea 2020-01-07 06:14:49 -08:00 committed by Shelley Vohr
parent 31c93fec67
commit 0a850fbc5d

View file

@ -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')
)
```