5.55.3
Fixed 5
- ensure proper HMR updates for dynamic components
- correctly calculate @const blockers
- freeze deriveds once their containing effects are destroyed
- defer error boundary rendering in forks
- avoid false positives for reactivity loss warning
Patch Changes
-
fix: ensure proper HMR updates for dynamic components (#18079)
-
fix: correctly calculate
@constblockers (#18039) -
fix: freeze deriveds once their containing effects are destroyed (#17921)
-
fix: defer error boundary rendering in forks (#18076)
-
fix: avoid false positives for reactivity loss warning (#18088)