Closed anoop102910 closed 10 months ago
fixed "Uncaught ReferenceError: index is not defined." bt changing changed <CartProduct key={index} product={product} onRemove={removeCartProduct} /> to <CartProduct key={index} product={product} onRemove={()=>removeCartProduct(index)} />
Someone is attempting to deploy a commit to a Personal Account owned by @dejwid on Vercel.
@dejwid first needs to authorize it.
fixed "Uncaught ReferenceError: index is not defined." bt changing changed <CartProduct key={index} product={product} onRemove={removeCartProduct} /> to <CartProduct key={index} product={product} onRemove={()=>removeCartProduct(index)} />