redux v3.7.1 Release Notes

Release Date: 2017-06-26 // almost 7 years ago
  • ⏪ This reverts the console.error on bindActionCreators() coming from #2279.

    0️⃣ While well-intentioned, when star importing all exports from a module (import * as actions from './actions'), transpilation by Babel defaults to adding a default and __esModule property to the import, which are not functions. While it can be disabled, this isn't common to do and leads to a lot of confusion. So, we're reverting the change.

    Thanks for the feedback from everyone and the civility and healthy discourse on the issue!