Split case study chunks #3385
build.yml
on: push
build
/
Node
57s
build
/
Python
29s
build
/
Node, Python, Cypress
0s
build
/
Node, Python, Playwright
0s
Annotations
6 errors
build / Node:
src/demo/FlameTree/FlameTree.tsx#L283
Operator '<' cannot be applied to types 'unknown' and 'number'.
|
build / Node:
src/demo/MainApp.tsx#L131
Property 'calculateBinValues' is missing in type '{ bins: Record<string, FlameBin<{ value: number; uncertainty: number; }>>; definitions: CategoricalParameterColumn[]; layering: string[]; setLayering: Dispatch<...>; experiments: { ...; }[]; colorScale: (item: { ...; }) => any; experimentsColorScale: (item: Row) => any; }' but required in type 'FlameTreeProps<{ value: number; uncertainty: number; }>'.
|
build / Node:
src/demo/MainApp.tsx#L165
Type '{ key: string; domain: number[]; type: "categorical"; }' is not assignable to type 'ParameterColumn'.
|
build / Node:
src/demo/MainApp.tsx#L171
Type '{ key: string; domain: number[]; type: "categorical"; }' is not assignable to type 'ParameterColumn'.
|
build / Node:
src/demo/MainApp.tsx#L277
Property 'calculateBinValues' is missing in type '{ bins: Record<string, FlameBin<{ value: number; uncertainty: number; }>>; definitions: ParameterColumn[]; layering: string[]; setLayering: Dispatch<SetStateAction<string[]>>; experiments: { ...; }[]; colorScale: (item: { ...; }) => any; experimentsColorScale: (item: Row) => any; }' but required in type 'FlameTreeProps<{ value: number; uncertainty: number; }>'.
|
build / Node
Process completed with exit code 1.
|