Keep that one

This commit is contained in:
Nathan Bierema 2023-12-17 21:30:47 -05:00
parent f909e2f16d
commit 044e2a519f
2 changed files with 1 additions and 1 deletions

View File

@ -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() {

View File

@ -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,