astro@7.0.9

SparkAudio/Spark-TTSastro@7.0.9Jul 13, 2026by astrobot-houston

AI Summary

A patch release fixing hydration issues where client islands failed to recover from transient import errors and correcting an immediate reload on the first browser visit after dev server starts.

Key Highlights

  • Fixes client islands failing to hydrate if the first import attempt fails.
  • Fixes immediate full page reload on the first browser visit after dev server starts.

Full Release Notes

### Patch Changes

-   [#17286](https://github.com/withastro/astro/pull/17286) [`a249317`](https://github.com/withastro/astro/commit/a249317e4d03ead215838a5f6f0e6fe70444d5d4) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes the first browser visit after `astro dev` starts triggering an immediate full page reload

-   [#17369](https://github.com/withastro/astro/pull/17369) [`a94d4a5`](https://github.com/withastro/astro/commit/a94d4a5afde1fd6de76cb2904703df7eb984b3f0) Thanks [@adamchal](https://github.com/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`.