place count에 따라 brand 정렬 #26
Annotations
4 errors
build:
src/components/Features/Sidebar/SidebarDetail/CreatePlace/CreatePlaceModal.tsx#L60
Type '{ name: string; label: string; hashtags: string[] | undefined; id: string | undefined; description: string | undefined; }[]' is not assignable to type 'readonly Brand[]'.
|
build:
src/components/Features/Sidebar/SidebarDetail/CreatePlace/CreatePlaceModal.tsx#L71
Argument of type '{ name: string; label: string; }' is not assignable to parameter of type 'Brand'.
|
build:
src/states/brands/brand.ts#L7
Property '0' does not exist on type '{ count: number; }'.
|
build
Process completed with exit code 2.
|