Skip to content

web: new sidebar ui #229

web: new sidebar ui

web: new sidebar ui #229

Triggered via pull request January 7, 2025 06:52
Status Failure
Total duration 1m 37s
Artifacts

web.benchmarks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Bench
Type '(this: { name: string; options: AttachmentOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: AttachmentOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
Bench
Type '(this: { name: string; options: CodeBlockOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: CodeBlockOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
Bench
Type '(this: { name: string; options: EmbedOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: EmbedOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
Bench
Type '(this: { name: string; options: ImageOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: ImageOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
Bench
Property 'ignoreMutation' in type 'ReactNodeView<P>' is not assignable to the same property in base type 'NodeView'.
Bench
Class 'TableNode' incorrectly implements interface 'NodeView'.
Bench
Type '(this: { name: string; options: TaskItemOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: TaskItemOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
Bench
Type '(this: { name: string; options: TaskListOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: TaskListOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
Bench
Type '(this: { name: string; options: WebClipOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: WebClipOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
Bench
Process completed with exit code 1.
Bench
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636