Here is the error from the console
ERROR in node_modules/pixi-ease/@types/index.d.ts:63:5 - error TS2416: Property 'on' in type 'Ease' is not assignable to the same property in base type 'EventEmitter<string | symbol, any>'.
Type '(event: "complete" | "each", fn: (ease: Ease) => void, context?: any) => this' is not assignable to type '<T extends string | symbol>(event: T, fn: (...args: any[]) => void, context?: any) => this'.
Types of parameters 'event' and 'event' are incompatible.
Type 'T' is not assignable to type '"complete" | "each"'.
Type 'string | symbol' is not assignable to type '"complete" | "each"'.
Type 'string' is not assignable to type '"complete" | "each"'.
Type 'T' is not assignable to type '"each"'.
Type 'string | symbol' is not assignable to type '"each"'.
Type 'string' is not assignable to type '"each"'.
63 on(event: 'each' | 'complete', fn: (ease: Ease) => void, context?: any): this
Using latest version of pixi-ease, angular 9.
Are there any types to be installed for this error to go away?
Thanks
Here is the error from the console
Using latest version of pixi-ease, angular 9.
Are there any types to be installed for this error to go away?
Thanks