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