Update page.mdx (#12188)
while returning CartContext.Provider component, unsetCard was missing in the value object
This commit is contained in:
@@ -746,6 +746,7 @@ return (
|
||||
updateCart,
|
||||
refreshCart,
|
||||
updateItemQuantity,
|
||||
unsetCart,
|
||||
}}>
|
||||
{children}
|
||||
</CartContext.Provider>
|
||||
|
||||
Reference in New Issue
Block a user