redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

feature: Sort alphabetically in the Action and Diff tab

Open EnixCoda opened this issue 5 months ago • 1 comments

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
image image

This contributes to https://github.com/reduxjs/redux-devtools/issues/433

EnixCoda avatar Jun 19 '25 06:06 EnixCoda