Unstyled cart screen in client global state with AsyncStorage #13
Annotations
4 errors and 1 warning
build-lint
@acme/nextjs#type-check: command (/home/runner/work/ecommerce/ecommerce/apps/nextjs) pnpm run type-check exited (1)
|
build-lint
Type '{ category: { id: number; } | null; } & { id: number; name: string; description: string | null; price: Decimal; stock: Decimal; image_url: string | null; categoryId: number | null; }' is not assignable to type 'Key | null | undefined'.
|
build-lint
Type '{ category: { id: number; } | null; } & { id: number; name: string; description: string | null; price: Decimal; stock: Decimal; image_url: string | null; categoryId: number | null; }' is not assignable to type 'ReactNode'.
|
build-lint
Process completed with exit code 1.
|
build-lint:
apps/expo/app.config.ts#L6
'_ctx' is defined but never used
|