5.43.9
Fixed 6
- correctly handle functions when determining async blockers
- keep deriveds reactive after their original parent effect was destroyed
- ensure eager effects don't break reactions chain
- ensure async @const in boundary hydrates correctly
- take blockers into account when creating #await blocks
- parallelize async @const's in the template
Patch Changes
-
fix: correctly handle functions when determining async blockers (#17137)
-
fix: keep deriveds reactive after their original parent effect was destroyed (#17171)
-
fix: ensure eager effects don't break reactions chain (#17138)
-
fix: ensure async
@constin boundary hydrates correctly (#17165) -
fix: take blockers into account when creating
#awaitblocks (#17137) -
fix: parallelize async
@consts in the template (#17165)