William Leung
Results
1
comments of
William Leung
To clarify @LudovicBtrs is saying, make sure to return the component when mapping: ``` {this.state.radioProps.map((obj, i) => { return ( })} ); ```