in client/src/components/product-item.js [99:105]
showCartDialog() { this.state.openCartDialog = true; // Updates "this" component this.requestUpdate(); // Updates parent shell level component this.updateParent(); }