Skip to content

Regenerate TS bindings #191

Regenerate TS bindings

Regenerate TS bindings #191

Triggered via push December 9, 2023 22:16
Status Failure
Total duration 27s
Artifacts

test.yml

on: push
check-frontend
18s
check-frontend
test-build
0s
test-build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
check-frontend: src/features/FeatureForm.tsx#L78
Argument of type '(f: FeVCToyFeature) => { osc_parameters: { [n: number]: FeToyParameter; [Symbol.iterator](): IterableIterator<FeToyParameter>; [Symbol.unscopables]: { ...; }; }; ... 7 more ...; rate_enabled: boolean; }' is not assignable to parameter of type 'SetStateAction<FeVCToyFeature>'.
check-frontend: src/features/FeatureForm.tsx#L80
Type 'FeToyParameter[]' has no matching index signature for type 'string'.
check-frontend: src/features/FeatureForm.tsx#L84
Argument of type '{ osc_parameters: { [n: number]: FeToyParameter; [Symbol.iterator](): IterableIterator<FeToyParameter>; [Symbol.unscopables]: { [x: number]: boolean | undefined; ... 40 more ...; readonly [Symbol.unscopables]?: boolean | undefined; }; }; ... 7 more ...; rate_enabled: boolean; }' is not assignable to parameter of type 'FeVCToyFeature'.
check-frontend
Process completed with exit code 2.