Skip to content

[Refactor] 컴포넌트, 변수명 리펙토링 #5

[Refactor] 컴포넌트, 변수명 리펙토링

[Refactor] 컴포넌트, 변수명 리펙토링 #5

Triggered via pull request August 3, 2024 07:17
Status Failure
Total duration 33s
Artifacts

automatic-aws-deployment.yml

on: pull_request
Build and Deploy
23s
Build and Deploy
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Build and Deploy: src/story/page/archiving/DocumentBar/DocumentItem.stories.tsx#L12
Object literal may only specify known properties, but 'selectedId' does not exist in type 'Partial<DocumentItemProps>'. Did you mean to write 'selectedTabId'?
Build and Deploy: src/story/page/archiving/DocumentBar/DocumentItem.stories.tsx#L29
Type '{}' is not assignable to type 'Partial<{ documentId: number; children: ReactNode; selectedTabId: string; blockName?: string | undefined; documentUrl: string; blockColor?: string | undefined; }> & { ...; }'.
Build and Deploy: src/story/shared/LeftSidebarItem.stories.tsx#L3
Cannot find module '@/shared/component/LeftSidebar/LeftSidebarItem/LeftSidebarItem' or its corresponding type declarations.
Build and Deploy
Process completed with exit code 2.
Build and Deploy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/