Can't create cart using @shopify/hydrogen-react

So the application is wrapped in ShopifyProvider & CartProvider, all the necessary API information seems to be correct, but whenever I try to create cart using useCart() Hook, it starts creating it but finishes with “uninitialized”.

Product Id is also correct.

Here’s the code:

1 Like

Looks like I was passing {id: globalProductId}, instead of {merchandiseId: globalVariantId}