Sergey Bataev
Results
1
comments of
Sergey Bataev
it's may be not a good solution, but works: ``` javascript this.setState({ topics: data.data.map( function(topic,key) { return createFragment(topic) } ) }) ``` any suggestions?