Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的子组件 ProjectsTable 中访问 Formik FieldArray arrayHelpers?
<form> <FieldArray name="projects" render={arrayHelpers => (<ProjectsTable {...this.props}/>)} </form>
看起来就像这样简单:
<ProjectsTable arrayHelpers={arrayHelpers} {...otherprops} />