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