Expected Behavior
Components should be broken down as much as possible to promote reusability and readability
Actual Behavior
There is a this.state.rows.map(...) that renders <RowContainer /> elements that could either be moved into it's own component or moved into a new method on the <Table /> that handles rendering this.
Steps to reproduce
Screenshot
Expected Behavior
Components should be broken down as much as possible to promote reusability and readability
Actual Behavior
There is a
this.state.rows.map(...)that renders<RowContainer />elements that could either be moved into it's own component or moved into a new method on the<Table />that handles rendering this.Steps to reproduce
Screenshot