-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable Autoselect Instances? #386
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 |
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. |
is there a way to install 3.0? in chrome web store i still see 2.17.0 as latest |
Same here, still no way to lock the instance? |
Why the hell does it jump between all the instances?? I need it to show only the instance I chose!! |
reduxjs/redux-devtools#1000 here might be a better thread where to complain :) |
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
The text was updated successfully, but these errors were encountered: