Skip to content

CELE-32 fix: Fix grouping highlighting #220

CELE-32 fix: Fix grouping highlighting

CELE-32 fix: Fix grouping highlighting #220

Triggered via push July 31, 2024 17:21
Status Failure
Total duration 59s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
'event' is declared but its value is never read.
build
'event' is declared but its value is never read.
build
'Workspace' is declared but its value is never read.
build
Property 'highlighted' does not exist on type 'LegendNodeProps'.
build
Property 'highlighted' does not exist on type 'LegendConnectionProps'.
build
Type '{ key: string; name: string; color: string; onClick: () => void; highlighted: boolean; }' is not assignable to type 'IntrinsicAttributes & LegendNodeProps'.
build
Type '{ key: string; name: string; icon: Element; onClick: () => void; highlighted: boolean; }' is not assignable to type 'IntrinsicAttributes & LegendConnectionProps'.
build
Type '{ key: string; name: string; icon: Element; onClick: () => void; highlighted: boolean; }' is not assignable to type 'IntrinsicAttributes & LegendConnectionProps'.
build
'React' is declared but its value is never read.
build
Property 'originalEvent' does not exist on type 'MouseEvent'.