v16.2.1-canary.46
📦 next-jsView on GitHub →
✨ 2 features🐛 5 fixes🔧 1 symbols
Summary
This release introduces support for type cast expressions in static info extraction and enables prefetchInlining by default. It also includes several fixes related to hydration, devtools overlays, and turbo-tasks performance.
Migration Steps
- Replace usage of `moduleResolution: "node"` with the appropriate modern equivalent.
✨ New Features
- Support type cast expressions in page static info extractor.
- Enable prefetchInlining by default.
🐛 Bug Fixes
- Fix dev mode hydration failure when page is served from HTTP cache.
- [devtools] Preserve full code frames in browser overlay.
- turbo-tasks: add info_span for blocking waits during task restore.
- Turbopack: Use an async lock in the filesystem watcher.
- turbo-tasks: Reduce allocations on cache hits.