build: add playwright (#14) #3
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
build (18):
src/components/input/Input.stories.ts#L17
Type '{ backgroundColor: { control: string; }; }' is not assignable to type 'Partial<ArgTypes<ButtonProps>>'.
|
build (18):
src/components/input/Input.stories.ts#L27
Type '{ primary: true; label: string; }' is not assignable to type 'Partial<{ type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }> & { type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }'.
|
build (18):
src/components/input/Input.stories.ts#L34
Type '{ label: string; }' is not assignable to type 'Partial<{ type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }> & { type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }'.
|
build (18):
src/components/input/Input.stories.ts#L40
Type '{ size: string; label: string; }' is not assignable to type 'Partial<{ type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }> & { type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }'.
|
build (18):
src/components/input/Input.stories.ts#L47
Type '{ size: string; label: string; }' is not assignable to type 'Partial<{ type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }> & { type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }'.
|
build (18):
src/components/input/Input.stories.ts#L54
Type '{ primary: true; label: string; backgroundColor: string; }' is not assignable to type 'Partial<{ type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }> & { type?: string | undefined; minLength?: number | undefined; id?: string | undefined; autoFocus?: boolean | undefined; }'.
|
build (18):
src/components/label/Label.stories.ts#L17
Type '{ backgroundColor: { control: string; }; }' is not assignable to type 'Partial<ArgTypes<LabelProps>>'.
|
build (18):
src/components/label/Label.stories.ts#L27
Type '{ primary: true; label: string; }' is not assignable to type 'Partial<{ label?: string | undefined; htmlFor?: string | undefined; }> & { label?: string | undefined; htmlFor?: string | undefined; }'.
|
build (18):
src/components/label/Label.stories.ts#L40
Type '{ size: string; label: string; }' is not assignable to type 'Partial<{ label?: string | undefined; htmlFor?: string | undefined; }> & { label?: string | undefined; htmlFor?: string | undefined; }'.
|
build (18):
src/components/label/Label.stories.ts#L47
Type '{ size: string; label: string; }' is not assignable to type 'Partial<{ label?: string | undefined; htmlFor?: string | undefined; }> & { label?: string | undefined; htmlFor?: string | undefined; }'.
|