How can I make the redux devtools chrome extension default to State instead of Diff?
Asked Answered
I

0

8

Every time I need to refresh the page for my React app, HMR doesn't pick up the changes I need, Redux devtools switches from the State view back to the default Diff. It slows me down because I keep having to click State over and over. I have never used the Diff page and would like it to default to State when the page loads.

Either editing the extension source directly or having an option to remember the last clicked tab would work for me.

Individuation answered 18/11, 2016 at 18:37 Comment(1)

© 2022 - 2025 — McMap. All rights reserved.