Whenever I update or remove an item from my cart drawer, nothing changes in the cart-drawer section. I have to reload the page in order to see an updated cart.
With further inspection I realize that my
fetch(`${routes.cart_change_url}`, { ...fetchConfig(), ...{ body } }){}
within my updateQuantity only has the ‘cart-icon-bubble’ section and not ‘cart-drawer’ section.
Does anyone know why my fetch to cart_change_url does not include a ‘cart-drawer’ section?