Since redux-form v6 is a complete rewrite, it has breaking API changes. One of them is the need to wrap your Inputs inside a <Field/> element.
This line and maybe some other things should get adjusted in your code. I will try it tomorrow by my self.
http://redux-form.com/6.0.0-alpha.7/docs/GettingStarted.md/
Are there any plans from your side to migrate?
Thanks a lot
Since redux-form v6 is a complete rewrite, it has breaking API changes. One of them is the need to wrap your Inputs inside a
<Field/>element.This line and maybe some other things should get adjusted in your code. I will try it tomorrow by my self.
http://redux-form.com/6.0.0-alpha.7/docs/GettingStarted.md/
Are there any plans from your side to migrate?
Thanks a lot