You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need just to change in carousel.component.ts on line 239: public onMouseWheel(event: MouseWheelEvent): void {
to public onMouseWheel(event: WheelEvent): void {
The text was updated successfully, but these errors were encountered:
menelai
changed the title
Support Typescript 4.4
Typescript 4.4 support
Nov 8, 2021
i have the same errror:
Error: node_modules/@ngbmodule/material-carousel/lib/carousel.component.d.ts:62:25 - error TS2304: Cannot find name 'MouseWheelEvent'.
62 onMouseWheel(event: MouseWheelEvent): void;
Is it fixed?
Need just to change in carousel.component.ts on line 239:
public onMouseWheel(event: MouseWheelEvent): void {
to
public onMouseWheel(event: WheelEvent): void {
The text was updated successfully, but these errors were encountered: