mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Keep that one
This commit is contained in:
parent
f909e2f16d
commit
044e2a519f
|
@ -34,6 +34,7 @@ interface Props {
|
|||
}
|
||||
|
||||
class InspectorWrapper extends Component<Props> {
|
||||
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||
static update = InspectorMonitor.update;
|
||||
|
||||
render() {
|
||||
|
|
|
@ -46,7 +46,6 @@ function reduceUpdateState(
|
|||
}
|
||||
|
||||
export function reducer<S, A extends Action<string>>(
|
||||
this: void,
|
||||
props: DevtoolsInspectorProps<S, A>,
|
||||
state = DEFAULT_STATE,
|
||||
action: DevtoolsInspectorAction,
|
||||
|
|
Loading…
Reference in New Issue
Block a user