v16.3.0-canary.11
📦 next-jsView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This release focuses on bug fixes related to development mode navigation, client-side URL parsing, and Turbopack's import handling. It also updates documentation for unstable APIs.
Migration Steps
- If you rely on TypeScript compiler options being suppressed, note that they are no longer suppressed.
🐛 Bug Fixes
- Fixed dev mode reload and error on back navigation between Next.js pages.
- Fixed double-encoding of URL pathname parts in client param parsing.
- Turbopack: Fixed import_usage for functions behind member expressions.