redux-devtools-extension icon indicating copy to clipboard operation
redux-devtools-extension copied to clipboard

feature: maintain pin tree selection across reloads

Open born2net opened this issue 7 years ago • 4 comments

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

pin

TX

Sean

born2net avatar Feb 09 '17 01:02 born2net

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.

zalmoxisus avatar Feb 09 '17 08:02 zalmoxisus

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

born2net avatar Feb 10 '17 17:02 born2net

Is this feature available now?

wulftone avatar Jun 07 '18 00:06 wulftone

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.

pcbailey avatar Sep 14 '20 13:09 pcbailey