Skip to content

First "working" version, at least rendering nodes/edges properly #17

First "working" version, at least rendering nodes/edges properly

First "working" version, at least rendering nodes/edges properly #17

Triggered via push August 16, 2024 23:42
Status Failure
Total duration 29s
Artifacts

publish.yml

on: push
build-and-publish
20s
build-and-publish
lint
21s
lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-and-publish: src/Visualizer.tsx#L8
'Edge' is declared but its value is never read.
build-and-publish: src/Visualizer.tsx#L107
Property 'data' does not exist on type 'ElkNode'.
build-and-publish: src/Visualizer.tsx#L107
Property 'type' does not exist on type 'ElkNode'.
build-and-publish: src/Visualizer.tsx#L110
Property 'data' does not exist on type 'ElkNode'.
build-and-publish: src/Visualizer.tsx#L110
Property 'type' does not exist on type 'ElkNode'.
build-and-publish: src/Visualizer.tsx#L110
Property 'parentId' does not exist on type 'ElkNode'.
build-and-publish: src/Visualizer.tsx#L156
Type '{ sources: string[]; targets: string[]; sections?: ElkEdgeSection[] | undefined; id: string; junctionPoints?: ElkPoint[] | undefined; labels?: ElkLabel[] | undefined; layoutOptions?: LayoutOptions | undefined; }[]' is not assignable to type 'Edge[]'.
build-and-publish
Process completed with exit code 2.
lint: src/Visualizer.tsx#L8
'Edge' is defined but never used
lint
Process completed with exit code 1.