airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.04k stars 4.11k forks source link

Upgrade to @tanstack/react-table #17290

Closed timroes closed 1 year ago

timroes commented 2 years ago

We're currently using react-table (v7) for our Table component. The typings we use in there are not properly generic and with the upgrade to React v18 will fail in several places. Rewriting those types will take some time, such I suggest we should directly also upgrade react-table to its successor @tanstack/react-table v8. That way we won't need to adjust typings for v7 now and later on once we would want to upgrade to a newer version again, but instead should just try to fix the types for the newer version directly.

octavia-squidington-iii commented 2 years ago

cc @airbytehq/frontend

edmundito commented 1 year ago

This work was already done in #17941. Closing...