Fix select #732
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'.
|