Am new to react JS I have encountered an error while pushing data:
Uncaught TypeError: Cannot read property 'forEach' of undefined
this.props.clist.forEach(function(company) {
companies.push( <Company company={company} onCompanyDelete={that.handleCompanyRemove} /> );
});
complete code : https://codepen.io/prashanthHarish/pen/jxVWGE (line 49)
example from http://tuts-javascript.appspot.com/reactjs-add-remove-table-row