mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +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> {
|
class InspectorWrapper extends Component<Props> {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
static update = InspectorMonitor.update;
|
static update = InspectorMonitor.update;
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
|
@ -46,7 +46,6 @@ function reduceUpdateState(
|
||||||
}
|
}
|
||||||
|
|
||||||
export function reducer<S, A extends Action<string>>(
|
export function reducer<S, A extends Action<string>>(
|
||||||
this: void,
|
|
||||||
props: DevtoolsInspectorProps<S, A>,
|
props: DevtoolsInspectorProps<S, A>,
|
||||||
state = DEFAULT_STATE,
|
state = DEFAULT_STATE,
|
||||||
action: DevtoolsInspectorAction,
|
action: DevtoolsInspectorAction,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user