Merge branch 'mh/flame_tree' of github.com:datavisyn/visyn_core into … #3386
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.
|
Loading