Skip to content

feat: update stores #165

feat: update stores

feat: update stores #165

Triggered via push March 9, 2024 15:02
Status Failure
Total duration 1m 12s
Artifacts

code-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Typecheck: src/app/(dashboard)/dashboard/account/loading.tsx#L12
Type '{ children: Element[]; separated: true; }' is not assignable to type 'IntrinsicAttributes & PageHeaderProps'.
Typecheck: src/app/(dashboard)/dashboard/account/page.tsx#L24
Type '{ children: Element[]; id: string; "aria-labelledby": string; separated: true; }' is not assignable to type 'IntrinsicAttributes & PageHeaderProps'.
Typecheck: src/app/(dashboard)/dashboard/billing/page.tsx#L36
Type '{ children: Element[]; separated: true; }' is not assignable to type 'IntrinsicAttributes & PageHeaderProps'.
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]/page.tsx#L10
Cannot find module '@/lib/fetchers/stripe' or its corresponding type declarations.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L45
No overload matches this call.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L160
Argument of type 'number' is not assignable to parameter of type 'string'.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L194
Argument of type 'number' is not assignable to parameter of type 'string'.
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/chat-message.tsx#L3
Cannot find module 'remark-gfm' or its corresponding type declarations.
Lint
Process completed with exit code 1.