What is the easy way to add react dev tool to electron window? I try add the extension hash
BrowserWindow.addDevToolsExtension(\'path/to/extension/ade2343nd23
addDevToolsExtension is not an instance method, so you need to call BrowserWindow.addDevToolsExtension('path/to/extension').
addDevToolsExtension
BrowserWindow.addDevToolsExtension('path/to/extension')