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)


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!
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.