Skip to content

Fix build errors with DIO #1454

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

Draft
wants to merge 1 commit into
base: update-deps
Choose a base branch
from
Draft

Fix build errors with DIO #1454

wants to merge 1 commit into from

Conversation

unstubbable
Copy link

@unstubbable unstubbable commented May 15, 2025

With DIO, routes with dynamic params and without generateStaticParams need suspense boundaries above the params access. They are considered high-cardinality, and Next.js will only use a fallback shell for them, and not generate any route shells. Using "use cache" in those pages requires vercel/next.js#78882 to land.

Copy link

vercel bot commented May 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
commerce-shopify ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2025 10:40am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant