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 119864c commit 0617413Copy full SHA for 0617413
packages/redux-devtools-inspector-monitor/src/tabs/DiffTab.tsx
@@ -12,6 +12,7 @@ const DiffTab: FunctionComponent<
12
labelRenderer,
13
isWideLayout,
14
dataTypeKey,
15
+ sortStateTreeAlphabetically,
16
}) => (
17
<JSONDiff
18
{...{
@@ -21,6 +22,7 @@ const DiffTab: FunctionComponent<
21
22
23
24
25
+ sortObjectKeys: sortStateTreeAlphabetically,
26
}}
27
/>
28
);
0 commit comments