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