Skip to content

Commit 7674cb5

Browse files
authored
fix: react-compiler with the latest canary (#1151)
While working on #1118, I noticed an e2e test fails with the latest canary. It seems to related with react-compiler.
1 parent 23e661d commit 7674cb5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/05_compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react-dom": "19.0.3",
2020
"@vitejs/plugin-react": "4.3.4",
2121
"autoprefixer": "10.4.20",
22-
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
22+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
2323
"tailwindcss": "3.4.17",
2424
"typescript": "5.7.3"
2525
}

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)