-
Couldn't load subscription status.
- Fork 29.7k
Revert "feat(app-router): introduce experimental.missingSuspenseWithCSRBailout flag"
#60508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Failing test suitesCommit: 0ee7f80
Expand output● app-dir-hmr › filesystem changes › should not break when renaming a folder Read more about building and testing Next.js in contributing.md. |
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
Diff detailsDiff for page.jsDiff too large to display Diff for edge-ssr.jsDiff too large to display Diff for 433-HASH.jsDiff too large to display Diff for main-HASH.jsDiff too large to display Diff for app-page-exp..ntime.dev.jsfailed to diffDiff for app-page-exp..time.prod.jsDiff too large to display Diff for app-page-tur..time.prod.jsDiff too large to display Diff for app-page-tur..time.prod.jsDiff too large to display Diff for app-page.runtime.dev.jsfailed to diffDiff for app-page.runtime.prod.jsDiff too large to display |
…hCSRBailout` flag" (#60508) (#60751) This reapplies the `experimental.missingSuspenseWithCSRBailout` option to bail out during build if there was a missing suspense boundary when using something that bails out to client side rendering (like `useSearchParams()`). See #57642 Closes [NEXT-1770](https://linear.app/vercel/issue/NEXT-1770)
Reverts #57642
Closes PACK-2228