You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xava-dev
changed the title
request: Update peer dependencies for React and react-dom to support v19
request: Update peer dependencies for react and react-dom to support v19
Jan 3, 2025
xava-dev
changed the title
request: Update peer dependencies for react and react-dom to support v19
request: Update peer dependencies for react and react-dom to support ^19.0.0
Jan 3, 2025
FYI you can disable peer dependency checking in your package manager. If I remember correctly npm never really checked it other than giving a warning, same for pnpm, and yarn only did in v1 and if you're still using yarn v1 then upgrade to v4 already.
Anyway the main reason why I held back the renovate PR to do this is because the tests aren't updated for it yet, that is to say, the project itself should also use React 19 in my opinion. Open to PRs for that!
Is there an existing issue or pull request for this?
Feature description
Would appreciate if the peer dependencies of
react
andreact-dom
could be updated to support the latest released React version ^19.0.0Desired solution
Peer dependencies of
react
andreact-dom
include ^19.0.0Additional context
No response
The text was updated successfully, but these errors were encountered: