channel.bind('Production_bid_91',function(response){
console.log(response);
dataSourceObj[0]['winner_user_name'] = response.winner_user_name;
console.log(dataSourceObj[0]['winner_user_name']);
this.state.dataSource = dataSourceObj;
})
Code this.state.dataSource = dataSourceObj; is undefined...
How to make channel bind can read this object?