Use different colors per node type #22
Annotations
9 errors
src/Visualizer.tsx#L8
'useRef' is declared but its value is never read.
|
src/Visualizer.tsx#L9
'Edge' is declared but its value is never read.
|
src/Visualizer.tsx#L127
Property 'data' does not exist on type 'ElkNode'.
|
src/Visualizer.tsx#L127
Property 'type' does not exist on type 'ElkNode'.
|
src/Visualizer.tsx#L130
Property 'data' does not exist on type 'ElkNode'.
|
src/Visualizer.tsx#L130
Property 'type' does not exist on type 'ElkNode'.
|
src/Visualizer.tsx#L130
Property 'parentId' does not exist on type 'ElkNode'.
|
src/Visualizer.tsx#L189
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[]'.
|
|
This job failed
Loading