@astrojs/preact@5.0.1
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes an issue where `useId()` could collide across multiple Astro islands during Preact SSR and hydration.
🐛 Bug Fixes
- Fixed collisions of `useId()` across multiple Astro islands by seeding a unique per-island root mask for Preact SSR and hydration.