in assets/src/modules/pastPurchases/PurchasedProductRow.tsx [27:34]
async componentDidMount() { try { const book = await this.getBook(this.props.order); this.setState({ book }); } catch (e) { alert(e); } }