mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-05-29 10:13:18 +03:00
Merge 80a4abfea5
into 9f12777827
This commit is contained in:
commit
f4f8327f25
5
.changeset/soft-cheetahs-heal.md
Normal file
5
.changeset/soft-cheetahs-heal.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@redux-devtools/app': minor
|
||||
---
|
||||
|
||||
Include lifted state in REORDER_ACTION message, to allow calculation of state
|
|
@ -61,6 +61,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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user