We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7766f61 commit f2e197cCopy full SHA for f2e197c
packages/redux-devtools-inspector-monitor/src/tabs/ActionTab.tsx
@@ -14,6 +14,7 @@ const ActionTab: FunctionComponent<
14
labelRenderer,
15
dataTypeKey,
16
isWideLayout,
17
+ sortStateTreeAlphabetically,
18
}) => (
19
<JSONTree
20
labelRenderer={labelRenderer}
@@ -24,6 +25,7 @@ const ActionTab: FunctionComponent<
24
25
}
26
invertTheme={invertTheme}
27
hideRoot
28
+ sortObjectKeys={sortStateTreeAlphabetically}
29
/>
30
);
31
0 commit comments