Migrate Table UI component to react-table v8 #17941
Labels
area/frontend
Related to the Airbyte webapp
team/platform-move
technical-debt
issues to fix code smell
ui/components
Milestone
The Table component we're having has pretty broken types at the moment. It does not know about any
cell.value
type (they are allany
), also there are a lot of generic types fromreact-table
used which never gets a generic parameter passed in and defaulting toany
.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.
The text was updated successfully, but these errors were encountered: