v16.2.0-canary.93
📦 next-jsView on GitHub →
✨ 2 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces a Start button for Instant Navs inspection and preserves RSC metadata in proxy requests. It also includes a fix related to ThreadsafeFunctions in turbopack to ensure proper Node.js exit after builds.
Migration Steps
- Remove worktrees accidentally committed in a previous change (#90166).
✨ New Features
- Adds a Start button to the Instant Navs panel to initiate inspection.
- Preserve RSC metadata in Proxy request when skipProxyUrlNormalize is used.
🐛 Bug Fixes
- Unref ThreadsafeFunctions in turbopack to allow Node.js exit after build.