CELE-32 fix: Fix grouping highlighting #220
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'.
|