Skip to content

Commit 0617413

Browse files
committed
feature: Sort in DiffTab
1 parent 119864c commit 0617413

File tree

1 file changed

+2
-0
lines changed
  • packages/redux-devtools-inspector-monitor/src/tabs

1 file changed

+2
-0
lines changed

packages/redux-devtools-inspector-monitor/src/tabs/DiffTab.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const DiffTab: FunctionComponent<
1212
labelRenderer,
1313
isWideLayout,
1414
dataTypeKey,
15+
sortStateTreeAlphabetically,
1516
}) => (
1617
<JSONDiff
1718
{...{
@@ -21,6 +22,7 @@ const DiffTab: FunctionComponent<
2122
labelRenderer,
2223
isWideLayout,
2324
dataTypeKey,
25+
sortObjectKeys: sortStateTreeAlphabetically,
2426
}}
2527
/>
2628
);

0 commit comments

Comments
 (0)