A cart hook that helps you easily remove all items from the cart
// import import { useCartClear } from '@backpackjs/storefront'; // instantiation const { cartClear, ...cartClearStatus } = useCartClear(); // use const cartWithoutItems = await cartClear();
Last updated 2 years ago