React Nested Array
问题 I need to be able to combine this into one function. There are 2 separate arrays... {this.state.telephoneType.map((telephoneType, ttidx) => ())} and... {this.state.telephone.map((telephone, tidx) => ())} Basically, this is because I have a button which concatenates the 2 functions and it has to be outside the row class (MDBRow) so the UI doesn't break. <MDBRow className="grey-text no-gutters my-2"> {this.state.telephoneType.map((telephoneType, ttidx) => ( <MDBCol md="4" className="mr-2">