rsnext/test/e2e/app-dir/third-parties
Josh Story 65b0bb24af
Separate RSC and SSR jsx-runtime modules (#56438)
There should be no shared react packages in our server runtime. rsc should 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.

Note: this PR blocks upgrading React canary due to internal changes in how React state is managed in when using the `react-server` condition
2023-10-04 20:29:10 +00:00
..
app Separate RSC and SSR jsx-runtime modules (#56438) 2023-10-04 20:29:10 +00:00
basic.test.ts Updating Third party capital version. (#54418) 2023-08-29 23:13:35 +00:00