First "working" version, at least rendering nodes/edges properly #17
publish.yml
on: push
build-and-publish
20s
lint
21s
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.
|