mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
Fix
This commit is contained in:
parent
0c2edba0b5
commit
6a4877a5ef
|
@ -28,13 +28,18 @@ import {
|
||||||
updateMonitorState,
|
updateMonitorState,
|
||||||
} from './redux';
|
} from './redux';
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/unbound-method
|
|
||||||
const {
|
const {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
commit,
|
commit,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
sweep,
|
sweep,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
toggleAction,
|
toggleAction,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
jumpToAction,
|
jumpToAction,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
jumpToState,
|
jumpToState,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
reorderAction,
|
reorderAction,
|
||||||
} = ActionCreators;
|
} = ActionCreators;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user