zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.5k stars 1.01k forks source link

feature: maintain pin tree selection across reloads #305

Open born2net opened 7 years ago

born2net commented 7 years ago

Feature: maintain pin tree selection across reloads As far as I can tell it is not possible now?!

pin

TX

Sean

zalmoxisus commented 7 years ago

Yes, that's nice to have, together with persisting tabs selections. The problem however is that if on reloading the subobject is not present, we'll get undefined and not always it's obvious why. So, we'll also need a strategy for autoreseting the tree selection.

born2net commented 7 years ago

that would be an amazing feature as I find myself having to keep drilling down the tree into deeply nested nodes on every rebuild tx as always

Sean

wulftone commented 6 years ago

Is this feature available now?

pcbailey commented 4 years ago

I just recently started using Redux dev tools, but have known about it for a long time. I was really enjoying the ability to view the state tree and inspect it at will without using the usual debugger and console.log tricks, but I was shocked to discover that this feature is missing and that I have to manually drill down every time I refresh the page. I don't know why this feature was abandoned, but please either reconsider adding it, or at the very least explain here why it's not possible or isn't a priority and close the issue.