TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
24.51k stars 3.03k forks source link

Does React 18 work with v6? #5553

Closed simkessy closed 1 month ago

simkessy commented 1 month ago

TanStack Table version

v6.11.5

Framework/Library version

React 18 latest

Describe the bug and the steps to reproduce it

Seeing issues with sorting, takes multiple clicks to sort

When I change row size from small to large it doesn't show new rows

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

.

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

None

Terms & Code of Conduct

KevinVandy commented 1 month ago

V6 was only designed to work with React 16 and will receive no new updates as the last patch was over 4 years ago.

image