v16.3.0-canary.1
📦 next-jsView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces enhanced prefetch configuration support and improves the handling of concurrent 'use cache' invocations. It also includes a redesign of the blocking route dev overlay and build errors, alongside removing prefetch from instant config.
Migration Steps
- Remove prefetch configuration from instant config if previously set, as it has been removed.
✨ New Features
- Support more prefetch configuration options.
- Improve deduping of concurrent 'use cache' invocations.
🐛 Bug Fixes
- Fix flake in rewrites-manual-href-as test.