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

Using AddItem twice

reshadrzayev opened this issue · comments

Hi! Can we use AddItem function twice for wishlist too. How can we define AddItem on different variables. So when we try to add to wishlist the same product is also added to cart. Can we solve this?