Next.js Daily: Router Stability and Turbopack Fixes

Twenty pull requests merged today focusing on router stability improvements, Turbopack determinism fixes, and enhanced error handling in the development overlay. Key updates include null history state handling and prefetch hint architecture changes.

Duration: PT1M54S

Episode overview

This episode is a short developer briefing from Next.js Daily.

It explains recent repository work in plain language.

  • Show: Next.js Daily
  • Published: 2026-02-18T11:19:08Z
  • Audio duration: PT1M54S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is Next.js Daily for February 18th, 2026.

Tim Neutkens merged a critical router fix handling null history state in the client-side popstate handler. When external code calls pushState with null state, the router now performs a hard navigation instead of leaving hooks out of sync.

Luke Sandberg merged several Turbopack improvements, including a fix for non-determinism in the resolve package by deferring cell creation outside async loops, and a reland of TaskStorage modification tracking bug fixes.

Andrew Clark merged a significant architecture change moving prefetch hints from CacheNodeSeedData to FlightRouterState, consolidating route structure properties and ensuring hints are always available during navigations.

Sebastian Silbermann merged enhanced error handling for the development overlay, adding support for Error.cause chains with a maximum depth of five causes displayed in the Redbox.

Josh Story merged a unification of runInSequentialTasks across all sequential task work, consolidating similar functions into a single consistent interface.

Nearby episodes from Next.js Daily

  1. Segment Cache Bug Fix and Build Tool Repair
  2. Turbopack Security & Image Optimization
  3. React Upgrade and Performance Improvements
  4. Turbopack Tree-Shaking and Runtime Prefetch Improvements
  5. Turbopack Build Improvements and Performance Infrastructure
  6. Turbopack Debug Fix and Lightning CSS Upgrade
  7. Version Resolution and Scroll Fixes
  8. Server HMR and Asset Cache Improvements