Skip to content

feat: Form widget (#58) #72

feat: Form widget (#58)

feat: Form widget (#58) #72

Triggered via push December 11, 2024 12:49
Status Failure
Total duration 26s
Artifacts

release.yml

on: push
lint_test  /  build
17s
lint_test / build
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint_test / build: src/widgets/Form/Form.stories.tsx#L20
Type '{ state: "default" | "error"; stateText: string; value: string; onChange: (...event: any[]) => void; onBlur: Noop; disabled?: boolean | undefined; name: string; ref: RefCallBack; }' is not assignable to type 'IntrinsicAttributes & Omit<InputProps, "ref"> & RefAttributes<HTMLInputElement>'.
lint_test / build
Process completed with exit code 2.