svelte@5.43.2
sveltejs/sveltesvelte@5.43.2Oct 30, 2025by github-actions[bot]
AI Summary
A quick patch to address rendering behavior for blocks with async dependencies, treating them as uncontrolled to prevent state issues.
Key Highlights
- Treat blocks with async dependencies as uncontrolled
Full Release Notes
### Patch Changes - fix: treat each blocks with async dependencies as uncontrolled ([#17077](https://github.com/sveltejs/svelte/pull/17077))