b2b-commerce-on-lightning-quickstart
b2b-commerce-on-lightning-quickstart copied to clipboard
issue with cart components
I've updated my store to use the cartSummary and cartContents components. I've encountered an issue when I return to the cart from checkout. Here's how to reproduce:
- Add an item to the cart
- Click [Proceed to checkout]
- When the first checkout screen appears, click on the cart icon above the checkout flow
- The cart appears. The cartContents component renders, but the cartSummary does not.
- The spinner gif keeps spinning, but never disappears.
Would someone be able to fix this?