Migrating to Next.js v16.3.0-canary.92
Version v16.3.0-canary.92 introduces 1 breaking change. This guide details how to update your code.
Released: 7/21/2026
1
Breaking Changes
1
Migration Steps
5
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
turbopackTreeShakingturbopackModuleFragmentsnext/imageunstable_cacheLayoutPropsBreaking Changes
●Issue #1
The `turbopackTreeShaking` option has been renamed to `turbopackModuleFragments`. Update your configuration to use the new name.
Migration Steps
- 1Rename `turbopackTreeShaking` to `turbopackModuleFragments` in your configuration.
Release Summary
This release includes various bug fixes, performance improvements, and documentation updates. Notably, it enforces body size limits for Server Actions in the Edge runtime and preserves basePath in redirect destinations.
Need More Details?
View the full release notes and all changes for Next.js v16.3.0-canary.92.
View Full Changelog