[FEAT] 공통 컴포넌트 아이콘 SVG 삽입 #350
gradle.yaml
on: pull_request
Build and Test
34s
Build and Deploy to AWS S3 for Main
0s
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.
|