Skip to content

Commit

Permalink
fix: do not inject dispatch prop when using the enhancer
Browse files Browse the repository at this point in the history
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
satazor committed Apr 8, 2018
1 parent 9b0b26b commit eebad44
Show file tree
Hide file tree
Showing 4 changed files with 2,831 additions and 213 deletions.
Loading

0 comments on commit eebad44

Please sign in to comment.