Gmmq 170 feat: 이벤트 생성 페이지 UI 개발 #120
Annotations
7 errors
src/components/molecules/FormControl/index.stories.tsx#L8
Cannot find module '~/types/formInput' or its corresponding type declarations.
|
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">'.
|
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">'.
|
src/components/molecules/FormTextInput/index.stories.tsx#L33
Cannot find name 'FormInputSchema'.
|
src/pages/EventPage/CreateEventPage.tsx#L16
Cannot find module '~/components/molecules/FormDateInpur/FormDateInput' or its corresponding type declarations.
|
src/pages/EventPage/CreateEventPage.tsx#L18
Cannot find module '~/types/formInput' or its corresponding type declarations.
|
|
The logs for this run have expired and are no longer available.
Loading