@solidjs/signals@2.0.0-rc.3
📦 solid-jsView on GitHub →
🐛 2 fixes🔧 3 symbols
Summary
Fixed issues related to pending-gated readers and async-generator projections freezing after SSR hydration. The fixes address complex scenarios involving transaction commits, SSR hydration, and projection drafts.
🐛 Bug Fixes
- Fix pending-gated readers stranded one value behind after a transaction landing.
- Fix async-generator projections (and memos) freezing after SSR hydration.