To reproduce:
Implement a simple table with selectRow.hideSelectColumn set based on React state data.
What should be:
When state changes, the table should update to show or hide the select column.
What is:
When state changes, the header of the table updates, but the body doesn't. Clicking on the individual rows and repeatedly hiding / showing the select column produces very strange behavior.
Live example: https://codesandbox.io/s/react-codesandbox-dbf6w