feat: seed categories and subcategories #163
Annotations
11 errors
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/(dashboard)/dashboard/stores/page.tsx#L9
Cannot find module '@/lib/fetchers/store' or its corresponding type declarations.
|
Typecheck:
src/app/(dashboard)/dashboard/stores/page.tsx#L10
Cannot find module '@/lib/fetchers/stripe' or its corresponding type declarations.
|
Typecheck:
src/app/(dashboard)/dashboard/stores/page.tsx#L94
Parameter 'store' implicitly has an 'any' type.
|
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.
|