Skip to content

[FEAT] 공통 컴포넌트 아이콘 SVG 삽입 #350

[FEAT] 공통 컴포넌트 아이콘 SVG 삽입

[FEAT] 공통 컴포넌트 아이콘 SVG 삽입 #350

Triggered via pull request November 27, 2024 15:36
Status Failure
Total duration 43s
Artifacts

gradle.yaml

on: pull_request
Build and Test
34s
Build and Test
Build and Deploy to AWS S3 for Main
0s
Build and Deploy to AWS S3 for Main
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Build and Test: src/components/common/NavBarIcon.tsx#L72
Property 'IcnNavToday' does not exist on type '{ Icn_nav_calendar: FC<SVGProps<SVGSVGElement>>; Icn_nav_dashboard: FC<SVGProps<SVGSVGElement>>; Icn_nav_setting: FC<...>; Icn_nav_today: FC<...>; }'. Did you mean 'Icn_nav_today'?
Build and Test: src/components/common/NavBarIcon.tsx#L73
Property 'IcnNavDashboard' does not exist on type '{ Icn_nav_calendar: FC<SVGProps<SVGSVGElement>>; Icn_nav_dashboard: FC<SVGProps<SVGSVGElement>>; Icn_nav_setting: FC<...>; Icn_nav_today: FC<...>; }'. Did you mean 'Icn_nav_dashboard'?
Build and Test: src/components/common/NavBarIcon.tsx#L74
Property 'IcnNavCalendar' does not exist on type '{ Icn_nav_calendar: FC<SVGProps<SVGSVGElement>>; Icn_nav_dashboard: FC<SVGProps<SVGSVGElement>>; Icn_nav_setting: FC<...>; Icn_nav_today: FC<...>; }'. Did you mean 'Icn_nav_calendar'?
Build and Test: src/components/common/NavBarIcon.tsx#L75
Property 'IcnNavSetting' does not exist on type '{ Icn_nav_calendar: FC<SVGProps<SVGSVGElement>>; Icn_nav_dashboard: FC<SVGProps<SVGSVGElement>>; Icn_nav_setting: FC<...>; Icn_nav_today: FC<...>; }'. Did you mean 'Icn_nav_setting'?
Build and Test: src/components/common/v2/control/CheckButton.tsx#L3
Cannot find module '@/assets/svg/index' or its corresponding type declarations.
Build and Test: src/components/common/v2/control/DropdownButton.tsx#L6
Cannot find module '@/assets/svg/index' or its corresponding type declarations.
Build and Test: src/stories/Common/Button/Button.stories.tsx#L4
Cannot find module '@/assets/svg/index' or its corresponding type declarations.
Build and Test: src/stories/Common/Button/IconButton.stories.tsx#L4
Cannot find module '@/assets/svg/index' or its corresponding type declarations.
Build and Test
Process completed with exit code 2.