react/compiler/packages
Jack Pope 632f88df11
[compiler] Allow ReactElement symbol to be configured when inlining jsx (#30996)
Based on https://github.com/facebook/react/pull/30995 ([rendered
diff](https://github.com/jackpope/react/compare/inline-jsx-2...jackpope:react:inline-jsx-3?expand=1))

____

Some apps still use `react.element` symbols. Not only do we want to test
there but we also want to be able to upgrade those sites to
`react.transitional.element` without blocking on the compiler (we can
change the symbol feature flag and compiler config at the same time).

The compiler runtime uses `react.transitional.element`, so the snap
fixture will fail if we change the default here. However I confirmed
that commenting out the fixture entrypoint and running snap with
`react.element` will update the fixture symbols as expected.
2024-09-19 10:34:24 -04:00
..
babel-plugin-react-compiler [compiler] Allow ReactElement symbol to be configured when inlining jsx (#30996) 2024-09-19 10:34:24 -04:00
eslint-plugin-react-compiler [compiler][eslint] Report bailout diagnostics with correct column # (#30977) 2024-09-16 15:56:24 -04:00
make-read-only-util [compiler] Add git info to package.json files in compiler packages (#30475) 2024-07-26 12:56:39 -04:00
react-compiler-healthcheck [compiler] Add git info to package.json files in compiler packages (#30475) 2024-07-26 12:56:39 -04:00
react-compiler-runtime [compiler] Add git info to package.json files in compiler packages (#30475) 2024-07-26 12:56:39 -04:00
snap [compiler] Allow ReactElement symbol to be configured when inlining jsx (#30996) 2024-09-19 10:34:24 -04:00