Add history nodes to state diagram #1156
Annotations
11 errors and 10 warnings
Install Packages
Type '"kanbanSection"' is not assignable to type '"join" | "state" | "db" | "summary" | "start" | "document" | "event" | "history" | "stop" | "process" | "text" | "circle" | "rect" | "database" | "display" | "choice" | "note" | ... 141 more ... | undefined'.
|
Install Packages
Argument of type '{ id: string; label: string; isGroup: true; ticket: string | undefined; shape: "kanbanSection"; level: number; look: "classic" | "handDrawn" | undefined; }' is not assignable to parameter of type 'KanbanNode'.
|
Install Packages
Type 'string' is not assignable to type '"join" | "state" | "db" | "summary" | "start" | "document" | "event" | "history" | "stop" | "process" | "text" | "circle" | "rect" | "database" | "display" | "choice" | "note" | ... 141 more ... | undefined'.
|
Install Packages
Object is possibly 'null'.
|
Install Packages
Argument of type 'D3Selection<SVGAElement>' is not assignable to parameter of type 'SVG & D3Selection<SVGAElement>'.
|
Install Packages
Argument of type 'SVGGroup' is not assignable to parameter of type 'SVG & D3Selection<SVGGElement>'.
|
Install Packages
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<D3Selection<T> | Selection<SVGGElement, unknown, Element | null, unknown>>' is not assignable to type 'ShapeHandler'.
|
Install Packages
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<Selection<SVGGElement, unknown, Element | null, unknown> | D3Selection<...>>' is not assignable to type 'ShapeHandler'.
|
Install Packages
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<Selection<SVGGElement, unknown, Element | null, unknown> | D3Selection<...>>' is not assignable to type 'ShapeHandler'.
|
Install Packages
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<Selection<SVGGElement, unknown, Element | null, unknown> | D3Selection<...>>' is not assignable to type 'ShapeHandler'.
|
Build Docs
Process completed with exit code 3.
|
Fix Linting:
packages/mermaid-example-diagram/src/types/index.d.ts#L5
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L39
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L40
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L115
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L116
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L123
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L124
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L126
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L128
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L129
Unexpected any. Specify a different type
|
Loading