-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react 19 support #6084
Comments
Hello, @oste and thank you for opening this issue. We'll mark this as a feature request since the versions mentioned here are still release candidates, but we'll update this issue as soon as we have support for the released versions. Thanks! If you're using JavaScript, things should still work but this has not been fully tested yet. Per the error message you've listed, you can use the |
I did try legacy peer deps but didn’t have success but maybe that’s another issue with my dependency tree |
Just tried the following commands and I didn't get any errors:
Output: ➜ test-react-19 git:(main) npm install aws-amplify @aws-amplify/ui-react --legacy-peer-deps
added 232 packages, and audited 269 packages in 10s
16 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities Maybe try |
As expected, I'm encountering a dependency error when running npm install with the latest versions of Next.js and React 19 RC. I'm wondering if there’s a way to make Amplify UI work with React 19, or if there’s a planned roadmap for adding support for react 19. Thanks!
The text was updated successfully, but these errors were encountered: