This error is about callback arguments in Watchdog interface.
interface Watchdog
setCreator(creator: (...args: any[]) => Promise
setDestructor(destructor: (item: T) => Promise
on(event: string, callback: (...args: any) => any): void;
destroy(): Promise
create(...args: any[]): Promise
}
Same here!
Do you find a solution?
Hi! We've just released a new version of ckeditor5-angular package (v1.2.2). Could you please check if it solves your problem?
Yes, thank you!
Great! So, I'm closing the issue.
Most helpful comment
Yes, thank you!