### Description After updating from `react-redux` `5.0.2` to `5.0.3` hot reloading break the redux state. ### Expected behavior hot reloading should not break redux state. ### Actual behavior with `react-redux` `5.0.3` the redux state breaks after a hot reload has happened. ### Environment `react-hot-loader` `3.0.0-beta.6` ### Reproducible Demo Any project will do, just upgrade `react-redux` to `5.0.3` and experience the issue.