Gmmq 170 feat: 이벤트 생성 페이지 UI 개발 #118
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors
build:
src/components/molecules/FormControl/index.stories.tsx#L9
Cannot find module '~/types/formInput' or its corresponding type declarations.
|
build:
src/components/molecules/FormControl/index.stories.tsx#L64
Type '{ w: "16rem"; control: Control<FieldValues, any>; dateRegister: { onChange: ChangeHandler; onBlur: ChangeHandler; ref: RefCallBack; ... 7 more ...; disabled?: boolean | undefined; }; id: string; }' is not assignable to type 'IntrinsicAttributes & { register: UseFormRegisterReturn; type?: "date" | "datetime-local" | undefined; } & Omit<InputProps, "type">'.
|
build:
src/components/molecules/FormControl/index.stories.tsx#L134
Type '{ w: "16rem"; control: Control<FieldValues, any>; dateRegister: { onChange: ChangeHandler; onBlur: ChangeHandler; ref: RefCallBack; ... 7 more ...; disabled?: boolean | undefined; }; id: string; }' is not assignable to type 'IntrinsicAttributes & { register: UseFormRegisterReturn; type?: "date" | "datetime-local" | undefined; } & Omit<InputProps, "type">'.
|
build:
src/components/molecules/FormTextInput/index.stories.tsx#L9
Cannot find module '~/types/formInput' or its corresponding type declarations.
|
build:
src/pages/EventPage/CreateEventPage.tsx#L16
Cannot find module '~/components/molecules/FormDateInpur/FormDateInput' or its corresponding type declarations.
|
build:
src/pages/EventPage/CreateEventPage.tsx#L18
Cannot find module '~/types/formInput' or its corresponding type declarations.
|
build
Process completed with exit code 2.
|