componentWillUnmount()

in src/components/Products/index.js [18:20]


    componentWillUnmount() {
        this.props.actions.unloadProducts();
    }