Skip to content

v2.4.0

Compare
Choose a tag to compare
@AVVS AVVS released this 13 May 19:44
· 40 commits to master since this release
  • feat: extended asyncConnect decorator
  • chore: remove babel-runtime from dev deps

Now supports additional props, removing the need to use both connect and asyncConnect
decorators. Decorator now has the following signature:

asyncConnect(AsyncProps: Array, mapStateToProps?, mapDispatchToProps?, mergeProps?, options?)