astro@7.0.9

Chainlit/chainlitastro@7.0.9Jul 13, 2026by astrobot-houston

AI Summary

Fixes hydration issues where client islands fail to load and addresses full page reload behavior on the first visit.

Key Highlights

  • Fixes client island hydration failures
  • Fixes immediate full page reload on first browser visit

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`.