Redux-devtools-extension: Can't get dev tools to stop opening in a new window

Created on 4 Aug 2016  路  4Comments  路  Source: zalmoxisus/redux-devtools-extension

I'd like to only use the extension as part of the web inspector window, however, on every page load it opens up an additional popup as well, even if web inspector is open in the redux tab.

Is there a setting I need to change ?
I've Attached shots of the current config. FYI, I'm running Version 52.0.2743.82 (64-bit)
screen shot 2016-08-04 at 09 04 50
screen shot 2016-08-04 at 09 04 20

Most helpful comment

The extension doesn't open the window, unless you do it from context menu, using the shortcut or by calling window.devToolsExtension.open. Most likely you have the latter, which is not intent to be used like that.

All 4 comments

The extension doesn't open the window, unless you do it from context menu, using the shortcut or by calling window.devToolsExtension.open. Most likely you have the latter, which is not intent to be used like that.

Any updates on this? Was it happen because of having that function call?

yes, it was in the code from another imported package!

@davecarlson Hi I'm having this issue as well and can't seem to locate the problem code!

Would you mind pointing out which imported package is doing this or how you were able to find that out? That would be super helpful!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mocheng picture mocheng  路  5Comments

zalmoxisus picture zalmoxisus  路  5Comments

dreszczyk picture dreszczyk  路  4Comments

codeaid picture codeaid  路  3Comments

ismayilmalik picture ismayilmalik  路  4Comments