Can react-table v7 be safely used with React 19? #6016
Unanswered
sureshsumtotal
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions