mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Include lifted state for REORDER_ACTION
This commit is contained in:
parent
c8cf847681
commit
6a3598b5cd
|
@ -51,6 +51,7 @@ export function nonReduxDispatch(
|
||||||
|
|
||||||
switch (action.type) {
|
switch (action.type) {
|
||||||
case 'TOGGLE_ACTION':
|
case 'TOGGLE_ACTION':
|
||||||
|
case 'REORDER_ACTION':
|
||||||
return stringifyJSON(state, true);
|
return stringifyJSON(state, true);
|
||||||
case 'JUMP_TO_STATE':
|
case 'JUMP_TO_STATE':
|
||||||
return stringifyJSON(state.computedStates[action.index].state, true);
|
return stringifyJSON(state.computedStates[action.index].state, true);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user