Closed
Description
Is there any way to enforce types for the action creators in mapDispatchToProps
, whether in react-redux core or a contrib? Would it be possible to annotate propTypes to enforce function signatures, or add an interface? I'm working on a large application that benefitted a lot from Flow annotations on action creators, and no longer can because of the dispatch/props disconnect.