v2.4.0
- 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?)