Skip to content

fix(luna): hide form stories #17

fix(luna): hide form stories

fix(luna): hide form stories #17

Triggered via push August 7, 2024 11:52
Status Failure
Total duration 1m 9s
Artifacts

staging.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build
Object literal may only specify known properties, and 'validation' does not exist in type 'Partial<{ id: string; label: string; placeholder?: string | undefined; autoComplete?: string | undefined; type: InputType; onChange?: ChangeEventHandler<HTMLInputElement> | undefined; onBlur?: ChangeEventHandler<...> | undefined; name?: string | undefined; error?: string | ... 1 more ... | undefined; value?: string ...'.
build
Type '"password"' is not assignable to type 'InputType | undefined'.
build
The type 'readonly [{ readonly label: "الاختيار الاول"; readonly value: "1"; }, { readonly label: "الاختيار الثاني"; readonly value: "2"; }, { readonly label: "الاختيار الثالث"; readonly value: "3"; }, { ...; }]' is 'readonly' and cannot be assigned to the mutable type '{ label: string; value: string; }[]'.
build
The type 'readonly [{ readonly label: "الاختيار الاول"; readonly value: "1"; }, { readonly label: "الاختيار الثاني"; readonly value: "2"; }, { readonly label: "الاختيار الثالث"; readonly value: "3"; }, { ...; }]' is 'readonly' and cannot be assigned to the mutable type '{ label: string; value: string; }[]'.
build
Process completed with exit code 2.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/