Skip to content

Gmmq 170 feat: 이벤트 생성 페이지 UI 개발 #118

Gmmq 170 feat: 이벤트 생성 페이지 UI 개발

Gmmq 170 feat: 이벤트 생성 페이지 UI 개발 #118

Triggered via pull request November 1, 2023 14:18
Status Failure
Total duration 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.