feat: add motions #164
Annotations
10 errors
Run pnpm typecheck:
src/app/(dashboard)/dashboard/account/loading.tsx#L12
Type '{ children: Element[]; separated: true; }' is not assignable to type 'IntrinsicAttributes & PageHeaderProps'.
|
Run pnpm 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'.
|
Run pnpm typecheck:
src/app/(dashboard)/dashboard/billing/page.tsx#L36
Type '{ children: Element[]; separated: true; }' is not assignable to type 'IntrinsicAttributes & PageHeaderProps'.
|
Run pnpm 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'.
|
Run pnpm typecheck:
src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L10
Cannot find module '@/lib/fetchers/stripe' or its corresponding type declarations.
|
Run pnpm typecheck:
src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L45
No overload matches this call.
|
Run pnpm typecheck:
src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L160
Argument of type 'number' is not assignable to parameter of type 'string'.
|
Run pnpm typecheck:
src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L194
Argument of type 'number' is not assignable to parameter of type 'string'.
|
Run pnpm 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; }>'.
|
Run pnpm typecheck:
src/app/(dashboard)/dashboard/stores/page.tsx#L9
Cannot find module '@/lib/fetchers/store' or its corresponding type declarations.
|
Loading