form & initialValues properties not recognized with multiple forms in one component (redux-form v7.0.4)
问题 I'm creating multiple forms within a single component and to initialize them with the redux store I'm defining the form's name attribute in the <form> element, as opposed to within the reduxForm() helper, which was documented here... How to embed the same redux-form multiple times on a page? I'm creating the forms from the 'listing' object and passing it to my components with mapStateToProps() . I'm trying to set the initial values of the form with initialValues={} , but Redux Form is