Skip to content
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-compiler-runtime] Support React 17 peer dependency #31336

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 23, 2024

  1. [react-compiler-runtime] Support React 17 peer dependency

    The recent blog post and [documentation](https://react.dev/learn/react-compiler#using-react-compiler-with-react-17-or-18) say that `react-compiler-runtime` supports React 17, yet it currently requires React 18 or 19 as a peer dependency, making it unusable for installing on a project still using React 17.
    swissspidy authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f2f5454 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Relax version range

    Co-authored-by: lauren <poteto@users.noreply.github.com>
    swissspidy and poteto authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c90aea2 View commit details
    Browse the repository at this point in the history