v16.2.0-canary.39
📦 next-jsView on GitHub →
🐛 3 fixes🔧 1 symbols
Summary
This release focuses on stability, fixing a crash in Instant related to search parameters and resolving a memory leak in development mode. A type change was also introduced for UrlBehavior.static_suffix.
Migration Steps
- UrlBehavior.static_suffix type changed from UrlBehavior.static_suffix to ResolvedVc<Option<RcStr>>: #89921
🐛 Bug Fixes
- Fix crash with search params in Instant: #89922
- Fix memory leak in dev mode caused by fast-set-immediate: #89779
- Trace upload now includes experimental flag states: #89845