Skip to content

v0.0.37

Choose a tag to compare

@github-actions github-actions released this 28 Mar 03:12
· 1062 commits to main since this release
b678035

What's Changed

Bug Fixes

  • Fixed hydration timing issue where createFromReadableStream was incorrectly awaited before calling hydrateRoot, which could cause React hydration problems
  • Fixed pathname decoding in App Router to Pages Router fallback to properly handle URL segments with encoded characters

Internal / Chores

  • Updated benchmarks to remove Vite 7 runner and upgrade Next.js to version 16.2.1

Contributors

@southpolesteve