Product generation scripts #224
Annotations
12 errors
lint
Process completed with exit code 1.
|
format
Process completed with exit code 1.
|
typecheck:
src/app/api/debug/route.ts#L20
Property 'json' does not exist on type '{ new (body?: BodyInit | null | undefined, init?: ResponseInit | undefined): Response; prototype: Response; error(): Response; redirect(url: string | URL, status?: number | undefined): Response; }'.
|
typecheck:
src/app/api/search/route.ts#L15
Property 'json' does not exist on type '{ new (body?: BodyInit | null | undefined, init?: ResponseInit | undefined): Response; prototype: Response; error(): Response; redirect(url: string | URL, status?: number | undefined): Response; }'.
|
typecheck:
src/app/api/search/route.ts#L75
Property 'json' does not exist on type '{ new (body?: BodyInit | null | undefined, init?: ResponseInit | undefined): Response; prototype: Response; error(): Response; redirect(url: string | URL, status?: number | undefined): Response; }'.
|
typecheck:
src/app/layout.tsx#L72
'AuthServer' cannot be used as a JSX component.
|
typecheck:
src/app/layout.tsx#L97
'Cart' cannot be used as a JSX component.
|
typecheck:
src/app/order/page.tsx#L21
'CartItems' cannot be used as a JSX component.
|
typecheck:
src/app/order/page.tsx#L30
'TotalCost' cannot be used as a JSX component.
|
typecheck:
src/app/order/page.tsx#L38
'PlaceOrderAuth' cannot be used as a JSX component.
|
typecheck:
src/components/ui/link.tsx#L27
Argument of type '{ priority: string; }' is not assignable to parameter of type 'RequestInit'.
|
typecheck:
src/components/ui/link.tsx#L94
Property 'fetchPriority' does not exist on type 'HTMLImageElement'.
|