Skip to content

Fix select

Fix select #732

Triggered via pull request August 21, 2025 02:29
Status Failure
Total duration 3m 8s
Artifacts

publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
publish
Process completed with exit code 2.
publish
Type '{ children: Element[]; onValueChange: (value: string) => void; type: "radio"; value: string; }' is not assignable to type 'IntrinsicAttributes & SelectProps'.
publish
Type '{ children: Element[]; onValueChange: (value: string) => void; type: "radio"; value: string; }' is not assignable to type 'IntrinsicAttributes & SelectProps'.
publish
Type '{ children: Element[]; onValueChange: (nextValue: string) => void; type: "checkbox"; value: string[]; }' is not assignable to type 'IntrinsicAttributes & SelectProps'.
publish
Type '{ children: Element[]; onValueChange: (nextValue: string) => void; type: "checkbox"; value: string[]; }' is not assignable to type 'IntrinsicAttributes & SelectProps'.
publish
Type '{ children: Element[]; defaultValue: string[]; onValueChange: () => void; hidden?: boolean | undefined; color?: string | undefined; content?: string | undefined; translate?: "yes" | "no" | undefined; ... 281 more ...; options?: { ...; }[] | undefined; }' is not assignable to type 'IntrinsicAttributes & SelectProps'.