reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
14.05k stars 1.17k forks source link

Autoselect feature broken? #700

Open orszaczky opened 3 years ago

orszaczky commented 3 years ago

is there a way to turn off autoselect or somehow lock the plugin on a specific instance?

the plugin creates multiple (20-30) instances with my app's name, most of them only containing a state like this:

phase(pin):"IDLE"
completed(pin):null
shouldFlush(pin):false

then on every reload it autoselects one of these, and then try to find the actual instance with the real state between 20-30 identically named instances in the dropdown.

this makes the plugin practically unusable. this has to be something new, becuase i haven't had this issue until recently...

is there any way to prevent this switching (and maybe prevent creating or showing all these idle state copies)?

Methuselah96 commented 3 years ago

I don't think there have been any changes recently that would lead to this sort of behavior. Are you sure these stores don't actually exist? If you could provide a reproducible case, that would be great. Otherwise, I'm not sure how to go about investigating this.