You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
orconsole.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 text was updated successfully, but these errors were encountered: