Skip to content

add storefront page w clerk auth #164

add storefront page w clerk auth

add storefront page w clerk auth #164

Triggered via pull request February 11, 2026 06:38
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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; }[][]'.