From 6a3598b5cd111b366be5fa4885ded1541094a165 Mon Sep 17 00:00:00 2001 From: EskiMojo14 Date: Tue, 7 May 2024 22:23:56 +0100 Subject: [PATCH 1/3] Include lifted state for REORDER_ACTION --- packages/redux-devtools-app/src/utils/monitorActions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/redux-devtools-app/src/utils/monitorActions.ts b/packages/redux-devtools-app/src/utils/monitorActions.ts index e4437f7a2a..a381e37c43 100644 --- a/packages/redux-devtools-app/src/utils/monitorActions.ts +++ b/packages/redux-devtools-app/src/utils/monitorActions.ts @@ -51,6 +51,7 @@ export function nonReduxDispatch( switch (action.type) { case 'TOGGLE_ACTION': + case 'REORDER_ACTION': return stringifyJSON(state, true); case 'JUMP_TO_STATE': return stringifyJSON(state.computedStates[action.index].state, true); From e58c39a02865545a1da20dc3cb3fd476b82e5dd0 Mon Sep 17 00:00:00 2001 From: EskiMojo14 Date: Tue, 7 May 2024 22:30:52 +0100 Subject: [PATCH 2/3] add changeset --- .changeset/soft-cheetahs-heal.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/soft-cheetahs-heal.md diff --git a/.changeset/soft-cheetahs-heal.md b/.changeset/soft-cheetahs-heal.md new file mode 100644 index 0000000000..816f516022 --- /dev/null +++ b/.changeset/soft-cheetahs-heal.md @@ -0,0 +1,5 @@ +--- +"@redux-devtools/app": minor +--- + +Include lifted state in REORDER_ACTION message, to allow calculation of state From 80a4abfea516811108987cae70efe334a6035e1d Mon Sep 17 00:00:00 2001 From: EskiMojo14 Date: Tue, 7 May 2024 22:32:24 +0100 Subject: [PATCH 3/3] format changeset --- .changeset/soft-cheetahs-heal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/soft-cheetahs-heal.md b/.changeset/soft-cheetahs-heal.md index 816f516022..94d827f45d 100644 --- a/.changeset/soft-cheetahs-heal.md +++ b/.changeset/soft-cheetahs-heal.md @@ -1,5 +1,5 @@ --- -"@redux-devtools/app": minor +'@redux-devtools/app': minor --- Include lifted state in REORDER_ACTION message, to allow calculation of state