MrPistoul
Results
1
comments of
MrPistoul
try this ` this._onSelect(index, value)}> {this._renderRadioBtn()} ` ` _renderRadioBtn = () => this.props.foo.map(item => ( {item.name} ));` don't map RadioGroup (you multiply onSelect fn())