add storefront page w clerk auth #164
Annotations
10 errors
|
build:
src/components/Shop/CategoryLayout.tsx#L158
Property 'description' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L157
Property 'name' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L154
Property 'animationDirection' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L152
Property 'products' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L151
Property 'color' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L150
Property 'description' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L149
Property 'name' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L128
Property 'orientation' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L127
Property 'orientation' does not exist on type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]'.
|
|
build:
src/components/Shop/CategoryLayout.tsx#L117
Argument of type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[]' is not assignable to parameter of type '{ id: string; name: string; description: string; color: string; orientation: "horizontal" | "vertical"; animationDirection: "left-to-right" | "right-to-left" | "bottom-to-top"; products: Product[]; value: number; isInverted: boolean; positionInGroup: number; }[][]'.
|