davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.06k stars 252 forks source link

Can peer-dep on redux-thunk be removed? #550

Closed BerkeleyTrue closed 7 years ago

BerkeleyTrue commented 7 years ago

npm WARN react-redux-form@1.2.5 requires a peer of redux-thunk@^2.0.1 but none was installed.

Moving from redux-form to redux-react-form on a project that uses epics instead of thunks.

Doing a quick search doesn't show any imports of redux-thunks outside of the examples directory.

Is it possible to remove this dependency?

davidkpiano commented 7 years ago

Almost! I'm doing quick tests today and tomorrow and removing it internally, and then I'll remove the peer dependency when it's 100% ready to be removed. Stay tuned!

BerkeleyTrue commented 7 years ago

@davidkpiano Thanks! I'm looking forward to refactoring out redux-form.