Refactor plots #200
quality.yml
on: pull_request
quality
10s
typecheck
23s
Annotations
14 errors
lint/correctness/noUnusedImports:
apps/class-solid/src/components/plots/LinePlot.tsx#L2
This import is unused.
|
lint/correctness/noUnusedImports:
apps/class-solid/src/components/plots/LinePlot.tsx#L3
This import is unused.
|
lint/correctness/noUnusedImports:
apps/class-solid/src/components/plots/LinePlot.tsx#L3
This import is unused.
|
quality
Process completed with exit code 1.
|
typecheck
class-solid#typecheck: command (/home/runner/work/class-web/class-web/apps/class-solid) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Argument of type '{ (): number[]; (range: Iterable<number>): ScaleLinear<number, number, never>; } | { (): number[]; (range: Iterable<number>): ScaleLogarithmic<number, number, never>; }' is not assignable to parameter of type 'Iterable<number>'.
|
typecheck
Argument of type '(() => [number, number]) | undefined' is not assignable to parameter of type 'Iterable<NumberValue>'.
|
typecheck
Argument of type 'number[] | (number[] & ScaleLogarithmic<number, number, never>)' is not assignable to parameter of type 'StoreSetter<ScaleLinear<number, number, never> | ScaleLogarithmic<number, number, never>, ["scaleX"]>'.
|
typecheck
Property 'decreasing' does not exist on type 'AxisProps'.
|
typecheck
Property 'transform' does not exist on type 'AxisProps'.
|
typecheck
Property 'scale' does not exist on type 'AxisProps'.
|
typecheck
Property 'scale' does not exist on type 'AxisProps'.
|
typecheck
Property 'scale' does not exist on type 'AxisProps'.
|
typecheck
Property 'scale' does not exist on type 'AxisProps'.
|