Redux-devtools-extension: Disable Autoselect Instances?

Created on 17 Jul 2017  路  6Comments  路  Source: zalmoxisus/redux-devtools-extension

Autoselect instances is kind of driving me mad.

I use Slack in the browser for reasons I won't go into, and it has the redux devtools hook exposed just like my local app does, and autoselect instances is constantly jumping between the two applications.

Is there any way I can disable this behavior? I don't want to troubleshoot Slack's redux actions, just my own! I have Redux DevTools only allowed to run on ^https?://localhost|0\.0\.0\.0:\d+ but that doesn't seem to impact this behavior.

Thanks in advance!

Michael

Most helpful comment

It should work in the last version, both selecting the current tab instance when opening and filtering urls. "Autoselect" is probably a confusing name, it does "randomly" select the instances, it change the instances depending which dispatches and action.

We'll explore showing only instances of the current tab in 3.0

All 6 comments

I've also noticed that autoselect pretty much doesn't work at all. seems to mostly just randomly select instances.

It seems to be selecting the current tab of your browser, but sometimes if an action occurs in another tab it switches to that tab. Yes, it's annoying.

Having this problem too; doesn't seem to favor the active tab, even right after opening the dev tools (I can't see any actions being fired which switch its focus). I'm not sure if that was even the purpose of "autoselect", but it would be very nice to use the active tab by default.

Any progress on this? This is a very annoying behavior.

It should work in the last version, both selecting the current tab instance when opening and filtering urls. "Autoselect" is probably a confusing name, it does "randomly" select the instances, it change the instances depending which dispatches and action.

We'll explore showing only instances of the current tab in 3.0

Is there any intention to have an option to stick to the selected scope? In the context of applications that use iframes, the scope always jumps to the host and it can be really frustrating.

Was this page helpful?
0 / 5 - 0 ratings