Should ...components be on the bottom?
const tableComponents = {
...components,
body: {
wrapper: Virtualized.BodyWrapper,
row: dnd.draggableRow(Virtualized.BodyRow)
}
};
Mainly I just want to override shouldComponentUpdate(). Is there any easier way to do that?