feat: update billing #167
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/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]/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.
|
|
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'.
|
Typecheck:
src/app/(lobby)/build-a-board/page.tsx#L8
Cannot find module '@/lib/fetchers/cart' or its corresponding type declarations.
|
Lint
Process completed with exit code 1.
|