Why Redux removes all elements from cart instead one?
I’m making simple ecommerce service using React and classic Redux. I have problem with deleting items from cart. When I click delete on button attached to one products it removes all elements from cart. In my opinion code is correct, I compared it with few other solutions I’ve found on SO. I’d be glad for… Read More Why Redux removes all elements from cart instead one?