Closed
Description
The Table component we're having has pretty broken types at the moment. It does not know about any cell.value
type (they are all any
), also there are a lot of generic types from react-table
used which never gets a generic parameter passed in and defaulting to any
.
The types of this component should get a complete cleanup, since it's at the moment very dangerous to change anything around it, since the types are not giving much type-safteyness.