Open
Description
When viewing state, I have to precisely click each collapsed node to see the data in a deep redux state. When viewing JSON previews in the network tab, or generally any other JavaScript data anywhere in the browser's dev tools, after clicking to expand a single collapsed node of JSON data, I can then use the up and down cursor keys to move focus among visible nodes, or left and right to collapsed or expand nodes respectively. This allows dramatically faster and more productive examination of JavaScript data.
It's hard to click precisely enough in the state view and I often end up clicking pin
by mistake and totally lose my place.