Hello,
I've been seeing this error on multiple Cornerstone themes.
This happens on page-load, I assume this is happening when you land on a BC page and have an empty cart, potentially related to the theme checking for the quantity in cart to update the count-pill.
This is the error that shows up in console:
cart.js:71
Uncaught (in promise) TypeError: Cannot read property 'physicalItems' of undefined
at cart.js:71
at cart.js:44
at request.js:124
Origin of the error is /stencil-utils/src/api/cart.js
Any ideas on how to resolve, is this a problem with a cornerstone version, or stencil utils version, or both?