Skip to content

feat: rete-limit store and product creation #171

feat: rete-limit store and product creation

feat: rete-limit store and product creation #171

Triggered via push March 10, 2024 13:36
Status Failure
Total duration 1m 22s
Artifacts

code-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Typecheck: src/app/(dashboard)/dashboard/purchases/page.tsx#L138
Type '{ children: Element[]; id: string; "aria-labelledby": string; separated: true; }' is not assignable to type 'IntrinsicAttributes & PageHeaderProps'.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/customers/[customerId]/page.tsx#L161
Type '{ columnCount: number; searchableFieldCount: number; }' is not assignable to type 'IntrinsicAttributes & DataTableSkeletonProps'.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/customers/page.tsx#L151
Type '{ columnCount: number; filterableFieldCount: number; }' is not assignable to type 'IntrinsicAttributes & DataTableSkeletonProps'.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/products/[productId]/page.tsx#L16
Cannot find module '@/components/pagers/product-pager' or its corresponding type declarations.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/products/page.tsx#L162
Type '{ columnCount: number; isNewRowCreatable: boolean; isRowsDeletable: boolean; }' is not assignable to type 'IntrinsicAttributes & DataTableSkeletonProps'.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/products/page.tsx#L167
Type 'Promise<{ data: { id: string; name: string; category: string | null; price: string; inventory: number; rating: number; createdAt: Date; }[]; pageCount: number; }>' is not assignable to type 'Promise<{ data: AwaitedProduct[]; pageCount: number; }>'.
Typecheck: src/app/(experimental)/ai/_components/prompt-form.tsx#L5
Module '"@/lib/utils"' has no exported member 'catchError'.
Typecheck: src/app/(lobby)/@modal/(.)preview/product/[productId]/page.tsx#L8
Cannot find module 'drizzle/schema' or its corresponding type declarations.
Typecheck: src/app/(lobby)/build-a-board/page.tsx#L7
Module '"@/config/product"' has no exported member 'productCategories'.
Lint
Process completed with exit code 1.