@astrojs/solid-js@7.0.1

games-on-whales/wolf@astrojs/solid-js@7.0.1Jul 2, 2026by astrobot-houston

AI Summary

Fixes a bug where Svelte 5 components were incorrectly rendered as empty strings in mixed Solid/Svelte projects.

Key Highlights

  • Fixed incorrect handling of Svelte 5 components with $$renderer prop
  • Resolved silent rendering issues for Svelte components in mixed environments

Full Release Notes

### Patch Changes

-   [#17270](https://github.com/withastro/astro/pull/17270) [`0142964`](https://github.com/withastro/astro/commit/014296439e084384432e13f2e5b192b0f595045d) Thanks [@FrancoKaddour](https://github.com/FrancoKaddour)! - Fix `@astrojs/solid-js` incorrectly claiming Svelte 5 components compiled with the newer `$$renderer` prop (instead of the legacy `$$payload`). Projects mixing Solid and Svelte could see Svelte components silently rendered as empty strings by the Solid renderer.