fix: revert React compiler upgrade#5658
Conversation
This reverts commit 197ae33.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR reverts the Vite v8 + React Compiler upgrade (#5639) to allow further testing, downgrading
Confidence Score: 5/5Safe to merge — the change restores a known-good toolchain configuration and consistently updates all affected call sites. Every changed file is either a mechanical dependency downgrade, a store rename applied uniformly across all consumers, or a test update mirroring the production change. The pre-upgrade Vite v6 + plugin-react v4 configuration was already proven stable, the Buffer polyfill path via @rollup/plugin-inject was already in place before the upgrade, and no new logic is introduced. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Revert "chore: upgrade Vite to v8 and en..." | Re-trigger Greptile |
Changes