request: Update peer dependencies for react and react-dom to support ^19.0.0
Is there an existing issue or pull request for this?
- [X] I have searched the existing issues and pull requests
Feature description
Would appreciate if theĀ peer dependenciesĀ of react and react-dom could be updated to support the latest released React version ^19.0.0
Desired solution
Peer dependenciesĀ of react and react-dom include ^19.0.0
Additional context
No response
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!
added PR for react 19: https://github.com/romac/react-if/pull/426
Released in v4.1.6