in client/src/components/product-item.js [38:53]
constructor() {
super();
this.state = {
count: 0,
openDialog: false,
openCartDialog: false,
openSoldOutDialog: false,
testimonials: [],
productItem: {},
};
// Initial default for updateParent
// Trigger parent components update lifecycle
this.updateParent = () => {};
}