Skip to content
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

Open
michaeljonathanblack opened this issue Jul 16, 2017 · 10 comments
Open

Disable Autoselect Instances? #386

michaeljonathanblack opened this issue Jul 16, 2017 · 10 comments

Comments

@michaeljonathanblack
Copy link

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

@rnicholus
Copy link

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

@CharlieScarver
Copy link

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.

@philraj
Copy link
Contributor

philraj commented Nov 17, 2017

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.

@m0o0scar
Copy link

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

@zalmoxisus
Copy link
Owner

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

@shtefanntz
Copy link

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.

@orszaczky
Copy link

is there a way to install 3.0? in chrome web store i still see 2.17.0 as latest

@wcelery
Copy link

wcelery commented Jul 18, 2021

Same here, still no way to lock the instance?

@totalamd
Copy link

totalamd commented Oct 16, 2023

Why the hell does it jump between all the instances?? I need it to show only the instance I chose!!

@shtefanntz
Copy link

reduxjs/redux-devtools#1000 here might be a better thread where to complain :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants