This is a bug in `v5`. In `v4` everything works correctly. I've created a small repo where I reproduce the problem. Demo: https://everdimension.github.io/react-redux-5-composition-bug/build/ Here's [the code](https://github.com/everdimension/react-redux-5-composition-bug/blob/088cba4c3ad6b820e21af288c3e2d4c297f5ea3b/src/index.js#L55-L65) Here's [the repo](https://github.com/everdimension/react-redux-5-composition-bug) If you install `react-redux@4`, components are updated correctly. My guess is that PR #589 might have something to do with the problem but I didn't read it thoroughly.