Skip to content

feat(luna): impl. full select menu #15

feat(luna): impl. full select menu

feat(luna): impl. full select menu #15

Triggered via push August 7, 2024 11:01
Status Failure
Total duration 1m 5s
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: "text" | "password"; onChange?: ChangeEventHandler<HTMLInputElement> | undefined; onBlur?: ChangeEventHandler<...> | undefined; name?: string | undefined; error?: string | ... 1 more ... | undefined; value...'.
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: "text" | "password"; onChange?: ChangeEventHandler<HTMLInputElement> | undefined; onBlur?: ChangeEventHandler<...> | undefined; name?: string | undefined; error?: string | ... 1 more ... | undefined; value...'.
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/