call.
Overload 1 of 2, '(type: keyof WindowEventMap, listener: (this: Window, ev: Event | KeyboardEvent | UIEvent | DeviceMotionEvent | DeviceOrientationEvent | ... 23 more ... | StorageEvent) => any, options?: boolean | ... 1 more ... | undefined): void', gave the following error.
Argument of type '"test"' is not assignable to parameter of type 'keyof WindowEventMap'.
Overload 2 of 2, '(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void', gave the following error.
Argument of type 'null' is not assignable to parameter of type 'EventListenerOrEventListenerObject'.ts(2769)
Замените null на () => {}
Ну вместо null каллбэк передать как минимум
Обсуждают сегодня