Closed
Description
4.4.4 has a change that breaks my current solution.
I'm cleaning the state dispatching the action in the componentWillUnmount. It never caused Connect method invocation after unmount happend.
Next is how I'm using connect:
export default connect(state => ({
state1: state.state1
state2: state.state2
}
}))(Component);
Tested on 4.4.1, 4.4.2, 4.4.3, 4.4.4
Metadata
Metadata
Assignees
Labels
No labels