Open shneor770 opened 4 years ago
push your code on github and put its link here. I run it locally to fix the issue.
thank you basir!!
I couldn't upload it to github because of the size.
I brought it up hereף
It is only 5 mb. Put it on github and send me the link.
https://github.com/shneor770/amzona
it okay??
Check your code line by line with this: https://github.com/basir/node-react-ecommerce/pull/11/files You will find the difference. hint: it is cartReducer.js good luck
On Wed, Jun 3, 2020 at 3:21 PM shneor770 notifications@github.com wrote:
https://github.com/shneor770/amzona
it okay??
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/basir/node-react-ecommerce/issues/31#issuecomment-638118045, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ6R4IKWGZSL4XY3YCDRUYTMFANCNFSM4NRJY7HA .
Fixed 👯
Check your code line by line with this: https://github.com/basir/node-react-ecommerce/pull/11/files You will find the difference. hint: it is cartReducer.js good luck … On Wed, Jun 3, 2020 at 3:21 PM shneor770 @.***> wrote: https://github.com/shneor770/amzona it okay?? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#31 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ6R4IKWGZSL4XY3YCDRUYTMFANCNFSM4NRJY7HA .
FIXED 👯
sounds good
On Wed, Jun 3, 2020 at 4:27 PM André Makrilou notifications@github.com wrote:
Fixed 👯
Check your code line by line with this: https://github.com/basir/node-react-ecommerce/pull/11/files You will find the difference. hint: it is cartReducer.js good luck … <#m-7087029110440973137> On Wed, Jun 3, 2020 at 3:21 PM shneor770 @.***> wrote: https://github.com/shneor770/amzona it okay?? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#31 (comment) https://github.com/basir/node-react-ecommerce/issues/31#issuecomment-638118045>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ6R4IKWGZSL4XY3YCDRUYTMFANCNFSM4NRJY7HA .
FIXED 👯
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/basir/node-react-ecommerce/issues/31#issuecomment-638149369, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ7KG7IQAAC42YKLVSLRUY3BFANCNFSM4NRJY7HA .
Thank you very much basir !!! You are a champion
<select value={item.qty} onChange={(e) => dispatch(addToCart(item.product, e.target.value))}> {[...Array(item.countInStock).keys()].map(x => <option key={x + 1} value={x + 1}>{x + 1})}