Hi, I'm getting this error:
propType: Required prop fields was not specified in ReduxForm(CreateIncident). Check the render method of Connect(ReduxForm(CreateIncident))
from purely copying and pasting the example code into a class called 'CreateIncident'
Anyone have any idea why this error is being thrown? I assumed the component "Field" was what was specifying the field prop? Thanks
maybe a mismatch of versions / incomplete migration? redux-form v5 passed the fields array around: http://redux-form.com/6.4.3/docs/MigrationGuide.md/
Aah yes that was it thanks a lot!
sweet! glad to help - wanna close the issue?
Most helpful comment
maybe a mismatch of versions / incomplete migration? redux-form v5 passed the fields array around: http://redux-form.com/6.4.3/docs/MigrationGuide.md/