Skip to content

feat(db): indexing sellerId on products table #21

feat(db): indexing sellerId on products table

feat(db): indexing sellerId on products table #21

Triggered via push November 12, 2023 11:22
Status Failure
Total duration 1m 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-lint
Type '{ children: Element; "bg-white": true; br50: true; flex: true; className: string; }' is not assignable to type 'IntrinsicAttributes & ViewProps & RefAttributes<View>'.
build-lint
Type '{ children: Element[]; "bg-white": true; br50: true; "padding-s4": true; className: string; }' is not assignable to type 'IntrinsicAttributes & ViewProps & RefAttributes<View>'.
build-lint
Type '{ children: Element[]; "bg-primary": true; br60: true; "paddingL-s4": true; centerV: true; className: string; }' is not assignable to type 'IntrinsicAttributes & ViewProps & RefAttributes<View>'.
build-lint
Property 'category' does not exist on type '{ id: string; name: string; description: string | null; price: number; stock: number; image: string; sellerId: string; categoryId: string; createdAt: Date; updatedAt: Date | null; user: { ...; }; }'. Did you mean 'categoryId'?
build-lint
Type 'string' is not assignable to type 'boolean'.
build-lint
Type '{ children: Element[]; row: true; centerV: true; className: string; }' is not assignable to type 'IntrinsicAttributes & ViewProps & RefAttributes<View>'.
build-lint
Type '{ children: Element[]; "bg-white": true; br50: true; flex: true; "padding-s4": true; className: string; }' is not assignable to type 'IntrinsicAttributes & ViewProps & RefAttributes<View>'.
build-lint
No overload matches this call.
build-lint
Type '{ children: Element[]; "padding-s2": true; absH: true; "bg-black": true; br50: true; className: string; }' is not assignable to type 'IntrinsicAttributes & ViewProps & RefAttributes<View>'.
build-lint
Type '{ children: Element; className: string; }' is not assignable to type 'IntrinsicAttributes & NativeSafeAreaViewProps & RefAttributes<Component<NativeProps, {}, any> & Readonly<NativeMethods>>'.