Buyer Cart Product #206
Annotations
10 errors and 2 warnings
src/components/cart/Cart.tsx#L14
Property 'cartProducts' does not exist on type 'Cart[]'.
|
src/components/cart/Cart.tsx#L14
Parameter 'total' implicitly has an 'any' type.
|
src/components/cart/Cart.tsx#L14
Parameter 'cart' implicitly has an 'any' type.
|
src/components/cart/Cart.tsx#L24
Property 'cartProducts' does not exist on type 'Cart[]'.
|
src/components/cart/Cart.tsx#L34
Property 'cartProducts' does not exist on type 'Cart[]'.
|
src/components/cart/Cart.tsx#L34
Parameter 'cart' implicitly has an 'any' type.
|
src/components/cart/Cart.tsx#L34
Parameter 'index' implicitly has an 'any' type.
|
src/components/cart/CartItem.tsx#L12
Object is possibly 'undefined'.
|
src/components/cart/CartItem.tsx#L12
Tuple type '[]' of length '0' has no element at index '0'.
|
src/components/cart/CartItem.tsx#L14
Object is possibly 'undefined'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading