notrab / react-use-cart

React hook library for managing cart state

Home Page:http://npm.im/react-use-cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`itemTotal` calculation is incorrect

ynnoj opened this issue · comments

The calculated itemTotal value doesn't update to reflect quantity manipulation.

For example, if I add an item with price: 200 increasing or decreasing the quantity of that item does not update the itemTotal value.

Fixed in #62