Patch Changes
-
#3990
c425ea9Thanks @DylanPiercey! - A streamed<try>placeholder with state now resumes as its own branch: its scopes ship with the flush that registers its effects (so lifecycles see their input), and swapping the body in destroys it — its listeners and effects no longer outlive it. -
#3991
a909c03Thanks @DylanPiercey! - Hoist a single$globalread per template in HTML output so deferred callbacks close over the value instead of throwing when the render chunk is gone.