I am having a problem where I am trying to use array of data to render a element. In the code below the console.log\'s are working fine,
console.log
You are implicitly returning undefined. You need to return the element.
undefined
this.state.data.map(function(item, i){ console.log('test'); return Test })