notrab / react-use-cart

React hook library for managing cart state
http://npm.im/react-use-cart
Apache License 2.0
367 stars 48 forks source link

Uncaught TypeError: addItem is not a function #110

Closed Sudharsan-learning closed 1 year ago

Sudharsan-learning commented 2 years ago

Fixed by myself thank you !!

njasfoods commented 2 years ago

hey, what was the fix?

notrab commented 2 years ago

@njasfoods do you have the Provider wrapped around your app? That's the most common issue here.

Sudharsan-learning commented 2 years ago

@notrab Hey! Thank you for asking.....

I have been found it while debugging the code by myself..