mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-09 15:52:26 +03:00
feature: Sort in DiffTab
This commit is contained in:
parent
fa20f09fc1
commit
7766f613f4
|
@ -12,6 +12,7 @@ const DiffTab: FunctionComponent<
|
|||
labelRenderer,
|
||||
isWideLayout,
|
||||
dataTypeKey,
|
||||
sortStateTreeAlphabetically,
|
||||
}) => (
|
||||
<JSONDiff
|
||||
{...{
|
||||
|
@ -21,6 +22,7 @@ const DiffTab: FunctionComponent<
|
|||
labelRenderer,
|
||||
isWideLayout,
|
||||
dataTypeKey,
|
||||
sortObjectKeys: sortStateTreeAlphabetically,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user