TanStack Table version
v7
Framework/Library version
React v19
Describe the bug and the steps to reproduce it
Hi Team,
I’m currently maintaining a project that uses react-table@7, and we're planning to upgrade our application to React 19.
I noticed that react-table@7 has a peerDependency that supports React versions up to 18:
"peerDependencies": {
"react": "^16.8.3 || ^17.0.0-0 || ^18.0.0"
}
Are there any known issues or incompatibilities when using react-table@7 with React 19?
Has there been any testing or validation of v7 with React 19 features like strict mode, concurrent rendering, or updated hooks behavior?
Is the team planning to update the peer dependencies or provide an official stance on React 19 support for v7?
Thanks,
Suresh
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
TanStack Table version
v7
Framework/Library version
React v19
Describe the bug and the steps to reproduce it
Hi Team,
I’m currently maintaining a project that uses react-table@7, and we're planning to upgrade our application to React 19.
I noticed that react-table@7 has a peerDependency that supports React versions up to 18:
"peerDependencies": {
"react": "^16.8.3 || ^17.0.0-0 || ^18.0.0"
}
Are there any known issues or incompatibilities when using react-table@7 with React 19?
Has there been any testing or validation of v7 with React 19 features like strict mode, concurrent rendering, or updated hooks behavior?
Is the team planning to update the peer dependencies or provide an official stance on React 19 support for v7?
Thanks,
Suresh
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