I love the Redux dev tools (thank you!), but I have one minor pet peeve with it. When I use the tool I use it to find out what my actions have done to my state without having to use debugger or console.log, ie. I use the "State" pane. However, every single time I open up the Redux dev tools I'm shown the "Diff" pane.
I'm sure that pane is very useful for other people, and I'm sure it deserves to be the default default pane ... but if it was at all possible for me to tell the dev tools "please just open up with the State pane instead of the Diff pane" it would save me a few clicks every day.
If you don't want to add a setting for this an alternative would be to simply make the default be whatever pane you last had open. This approach would also solve my problem, as I would click "State" once, and then never again (unless I used the other panes), and I wouldn't even have to go to a settings/options page, it would just happen as a function of me using the tool.
The selected pane and pin tree selection will be persisted. It's [implemented in upstream](https://github.com/zalmoxisus/remotedev-app/pull/300 already. We'll get it here soon.
Looks like this never happened?
True, the issue appears to be present still in 2019.
Is there any plan to add this any time soon?
Most helpful comment
True, the issue appears to be present still in 2019.