[FE] FEAT: 일정 관리 모달에서 카테고리가 DUMMY인 경우 status를 DUMMY로 고정 #1691 #1729
Annotations
10 errors and 5 warnings
frontend-CI
Property 'isDisabledOption' is missing in type '{ options: { name: string; value: CabinetType; imageSrc: string; }[]; defaultValue: string; defaultImageSrc: string; onChangeValue: (val: CabinetType | CabinetStatus) => void; isOpen: boolean; setIsOpen: Dispatch<...>; closeOtherDropdown: () => void; }' but required in type 'IDropdownProps'.
|
frontend-CI
Property 'isDisabledOption' is missing in type '{ options: { name: string; value: CabinetStatus; }[]; defaultValue: string; onChangeValue: (val: CabinetType | CabinetStatus) => void; isOpen: boolean; setIsOpen: Dispatch<...>; closeOtherDropdown: () => void; }' but required in type 'IDropdownProps'.
|
frontend-CI
Property 'isDisabledOption' is missing in type '{ options: IDropdownOptions[]; defaultValue: string; onChangeValue: (option: StoreItemType) => void; isOpen: boolean; setIsOpen: Dispatch<SetStateAction<boolean>>; closeOtherDropdown: () => void; }' but required in type 'IDropdownProps'.
|
frontend-CI
Property 'isDisabledOption' is missing in type '{ options: IDropdownOptions[]; defaultValue: string; onChangeValue: (option: any) => void; isOpen: boolean; setIsOpen: Dispatch<SetStateAction<boolean>>; closeOtherDropdown: () => void; }' but required in type 'IDropdownProps'.
|
frontend-CI
Property 'isDisabledOption' is missing in type '{ options: IDropdownOptions[]; defaultValue: string; onChangeValue: (option: string) => void; isOpen: boolean; setIsOpen: Dispatch<SetStateAction<boolean>>; }' but required in type 'IDropdownProps'.
|
frontend-CI
Property 'isDisabledOption' is missing in type '{ options: IDropdownOptions[]; defaultValue: string; onChangeValue: (option: string) => void; isOpen: boolean; setIsOpen: React.Dispatch<React.SetStateAction<boolean>>; }' but required in type 'IDropdownProps'.
|
frontend-CI
Property 'isDisabledOption' is missing in type '{ options: { name: string; value: string; }[]; defaultValue: string; onChangeValue: (option: string) => void; isOpen: boolean; setIsOpen: React.Dispatch<React.SetStateAction<boolean>>; }' but required in type 'IDropdownProps'.
|
frontend-CI
Element implicitly has an 'any' type because expression of type 'PresentationStatusType' can't be used to index type '{ EXPECTED: string; DONE: string; CANCEL: string; }'.
|
frontend-CI
Element implicitly has an 'any' type because expression of type 'PresentationStatusType' can't be used to index type '{ EXPECTED: string; DONE: string; CANCEL: string; }'.
|
frontend-CI
Process completed with exit code 2.
|
frontend-CI
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
frontend-CI
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
frontend-CI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
frontend-CI
Unexpected input(s) 'submodule', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
frontend-CI
Unexpected input(s) 'submodule', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|