fix #878 #1073
Annotations
4 errors
test_web
Type '{ type: "group"; helmValuesPath: string[]; description: undefined; nodes: { type: "field"; title: string; isReadonly: false; fieldType: "text field"; helmValuesPath: string[]; description: undefined; doRenderAsTextArea: false; isSensitive: false; pattern: undefined; value: string; }[]; canAdd: false; canRemove: fals...' is not assignable to type 'FormFieldGroup | FormField'.
|
test_web
Type '{ type: "group"; helmValuesPath: string[]; description: undefined; nodes: { type: "field"; fieldType: "range slider"; highEndRange: { description: undefined; helmValuesPath: string[]; isReadonly: false; max: number; min: number; rangeEndSemantic: string; value: number; }; lowEndRange: { ...; }; step: undefined; unit...' is not assignable to type 'FormFieldGroup | FormField'.
|
test_web
Argument of type '{ type: "group"; helmValuesPath: string[]; description: { __brand: string; }; canAdd: { __brand: string; }; canRemove: { __brand: string; }; nodes: FormField.RangeSlider[]; }' is not assignable to parameter of type '{ type: "group" | { __brand: string; }; helmValuesPath: (string | number)[] | { __brand: string; }; description: string | { __brand: string; } | undefined; title: string | { __brand: string; } | undefined; nodes: (FormFieldGroup | FormField)[] | { ...; }; canAdd: boolean | { ...; }; canRemove: boolean | { ...; }; }'.
|
test_web
Process completed with exit code 2.
|