You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[compiler][ez] Patch for JSX escape sequences in @babel/generator
Fall back to using JSXExpressionContainer for strings potentially containing escape sequences (a single backslash) to fix#32123. This is an extension of #29079
Copy file name to clipboardExpand all lines: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/jsx-preserve-escape-character.expect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ function MyApp() {
38
38
const$=_c(1);
39
39
let t0;
40
40
if ($[0] ===Symbol.for("react.memo_cache_sentinel")) {
Copy file name to clipboardExpand all lines: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/repro-propagate-type-of-ternary-nested.expect.md
0 commit comments