What’s New

Astro astro@7.0.9

astro@7.0.9
Fixed
  • Fix the first browser visit after astro dev starts triggering an immediate full page reload
  • Fix an issue where a client island could permanently fail to hydrate if the first attempt to load its component failed, ensuring islands now reliably recover from transient import failures
Patch Changes
  • #17286 a249317 Thanks @astrobot-houston! - Fixes the first browser visit after astro dev starts triggering an immediate full page reload

  • #17369 a94d4a5 Thanks @adamchal! - Fixes an issue where a client island could permanently fail to hydrate if the first attempt to load its component failed. Islands now reliably recover from transient import failures, which previously did not work for React components during astro dev.

View original