Merge pull request #3313 from kevinsimper/patch-1

Update devtools-extension with a note about it not working
This commit is contained in:
Cheng Zhao 2015-11-05 10:12:03 +08:00
commit fbe1200dc7

View file

@ -8,6 +8,8 @@ the `BrowserWindow.addDevToolsExtension` API to load them. The loaded extensions
will be remembered so you don't need to call the API every time when creating will be remembered so you don't need to call the API every time when creating
a window. a window.
** NOTE: React DevTools does not work, follow the issue here https://github.com/atom/electron/issues/915 **
For example, to use the [React DevTools Extension](https://github.com/facebook/react-devtools) For example, to use the [React DevTools Extension](https://github.com/facebook/react-devtools)
, first you need to download its source code: , first you need to download its source code: