redux-devtools
redux-devtools copied to clipboard
feature: Sort alphabetically in the Action and Diff tab
Sorting state fields in alphabetic order was supported in the State tab in https://github.com/reduxjs/redux-devtools/pull/1264
This time let's support that in the Diff tab as well!
| Before | After |
|---|---|
This contributes to https://github.com/reduxjs/redux-devtools/issues/433