From e4f74bb87ed246609b473920ab6cbd7a0e78d44a Mon Sep 17 00:00:00 2001 From: Kevin Simper Date: Tue, 3 Nov 2015 16:11:29 +0100 Subject: [PATCH] Update devtools-extension with a note about it not working --- docs/tutorial/devtools-extension.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/devtools-extension.md b/docs/tutorial/devtools-extension.md index 20ba7031d8ad..8a2144be6966 100644 --- a/docs/tutorial/devtools-extension.md +++ b/docs/tutorial/devtools-extension.md @@ -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 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) , first you need to download its source code: