Closed
Description
This code used to work in react-redux v5.0.7:
- componentDidUpdate dispatch action, then call reducer to update store
- reducer updates store
- componentDidUpdate called again with new store value from selector
Step 3 no longer works in react-redux ^6.0.1:
selector not called
in 7.1.0, selector is called but the value not picked up by component props
Metadata
Metadata
Assignees
Labels
No labels