redux-act
redux-act copied to clipboard
Support passing multiple action creators for reducer 'on' listener in TS
We already have the ability to pass multiple ActionCreators for the Reducer 'on' listener, but the types were failing. This PR fixes the types to allow for the existing feature.