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 not returning. Change to
this.state.data.map(function(item, i){ console.log('test'); return Test; })