Skip to content

Performace and styleized cart. Also crrate buttons to control quantity #17

Performace and styleized cart. Also crrate buttons to control quantity

Performace and styleized cart. Also crrate buttons to control quantity #17

Triggered via push November 26, 2023 10:07
Status Failure
Total duration 1m 12s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
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
build-lint: apps/expo/src/atoms/cart.ts#L57
'toDelete' is assigned a value but never used