dayhaysoos / use-shopping-cart

Shopping cart state and logic for Stripe
MIT License
907 stars 118 forks source link

TypeError: Cannot read properties of undefined (reading 'dispatch') #341

Closed oseogbe closed 2 months ago

oseogbe commented 2 months ago

Calling the useShoppingCart hook in my Next.js 14 App Router throws the error shown below:

// app/layout.tsx Screenshot from 2024-06-21 18-48-39

// components/AddToCart.tsx Screenshot from 2024-06-21 18-49-06

Screenshot from 2024-06-21 18-41-27

Please how do I get around this?

rcnald commented 2 months ago

https://stackoverflow.com/questions/75494844/useshoppingcart-typeerror-cannot-read-properties-of-undefined-reading-dispa

oseogbe commented 2 months ago

It worked, thanks.