fix: revert plugin changes, createCsrfMiddleware compilation, fix HMR tests#7400
fix: revert plugin changes, createCsrfMiddleware compilation, fix HMR tests#7400Sheraff wants to merge 6 commits into
Conversation
This reverts commit 2bd877c.
|
View your CI Pipeline Execution ↗ for commit e4452d5
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version Preview42 package(s) bumped directly, 0 bumped as dependents. 🟨 Minor bumps
|
Bundle Size Benchmarks
Current gzip tracks all emitted client JS chunks. Initial gzip tracks only the entry/import graph. Trend sparkline is historical current gzip ending with this PR measurement; lower is better. |
There was a problem hiding this comment.
Nx Cloud is proposing a fix for your failed CI:
We reordered the imports in hydrateStart.ts to fix the three import/order ESLint errors — ./ServerFunctionSerializationAdapter, @tanstack/router-core (type), and ../createStart (type) were placed after the #tanstack-* hash imports, but the rule requires them to appear before. Moving them above the hash import group resolves all three violations without any logic changes.
Warning
- ❌ We could not verify this fix.
- The suggested diff is too large to display here, but you can view it on Nx Cloud ↗
Or Apply changes locally with:
npx nx-cloud apply-locally Ih5g-Rk08
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
alternative fix to #7396