chore(deps): update devdependencies (non-major) #3088
Annotations
4 errors
src/components/Editor.tsx#L100
Argument of type '() => { onError(error: any): void; editorState: () => void; nodes: (typeof BeautifulMentionNode | typeof ZeroWidthNode)[]; namespace: string; theme: { beautifulMentions: Record<...>; }; }' is not assignable to parameter of type 'never'.
|
src/components/Editor.tsx#L269
Type 'unknown' is not assignable to type 'Readonly<{ editor__DEPRECATED?: LexicalEditor | null | undefined; namespace: string; nodes?: readonly (Klass<LexicalNode> | { replace: Klass<LexicalNode>; with: <T extends new (...args: any) => any>(node: InstanceType<...>) => LexicalNode; })[] | undefined; onError: (error: Error, editor: LexicalEditor) => void; edi...'.
|
src/utils/CloudStorage/web-dav.ts#L14
Type '(input: URL | RequestInfo, init?: RequestInit | undefined) => Promise<Response>' is not assignable to type '{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: RequestInfo, init?: RequestInit | undefined): Promise<...>; }'.
|
|
The logs for this run have expired and are no longer available.
Loading