@astrojs/svelte@8.0.4
📦 astroView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This patch release includes fixes for Svelte integration issues, specifically addressing empty class attributes in SSR and improving generic type parameter inference for Svelte components.
🐛 Bug Fixes
- Added a temporary workaround for a Svelte bug causing empty class attributes in SSR output.
- Correctly infer props when using a Svelte component with generic type parameters in .astro files.