Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not inject dispatch prop when using the enhancer
The reason is that we might use the enhancer to translate stuff inside and use ...restProps passdown props to a DOM element. Previously we had to declare the `dispatch` prop in the component and omit it. With this change, it's no longer necessary to do that.
- Loading branch information