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

Separate RSC and SSR jsx-runtime modules #56438

Merged
merged 2 commits into from Oct 4, 2023

Commits on Oct 4, 2023

  1. There should be no shared react packages in our server runtime. rsc s…

    …hould always be separate from ssr.
    
    This update reconfigures the runtiem to eliminate shared react modules. the jsx runtime will now be separate for RSC and SSR. this is necessary because the implementations for the jsx runtime rely on React and they need to see the right versions.
    
    Additionally I fixed an alias so that the shared subset react is used when using react-server condition.
    
    I also fixed a bug in 2 tests related to class/className.
    gnoff committed Oct 4, 2023
    Copy the full SHA
    b1a54c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6b7843 View commit details
    Browse the repository at this point in the history