Nabintou Sandiouale Fofana
Nabintou Sandiouale Fofana
You got it now? can I see your code? try this: before adding the variables, add a build command on the 3rd row. check the box and add ' npm...
> For those who wanted the cart order to remain the same after increasing or decreasing the quantity, > > setCartItems([...newCartItems.slice(0, index), {...foundProduct, quantity: foundProduct.quantity + 1}, ...newCartItems.slice(index)]) > >...
> > For those who wanted the cart order to remain the same after increasing or decreasing the quantity, > > setCartItems([...newCartItems.slice(0, index), {...foundProduct, quantity: foundProduct.quantity + 1}, ...newCartItems.slice(index)]) >...
I had to make sure that in Sanity management , my product name matches exactly the slug. example: product name: speaker | slug: speaker. If one of them has capital...
> You can use it like this also, import the whole loader library > > import * as Loader from 'react-loader-spinner' > > and then use it like this >...
You got it now? can I see your code? try this: before adding the variables, add a build command on the 3rd row. check the box and add ' npm...