componentDidMount()

in src/components/Product/index.js [15:17]


    componentDidMount() {
        this.props.actions.loadProduct(this.props.productId);
    }