Skip to content

Unstyled cart screen in client global state with AsyncStorage #13

Unstyled cart screen in client global state with AsyncStorage

Unstyled cart screen in client global state with AsyncStorage #13

Triggered via push November 25, 2023 21:12
Status Failure
Total duration 1m 17s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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