ยฉ 2026 Hedgehog Software, LLC
const owner = getOwner(); onCleanup(() => { runWithOwner(owner, () => { createEffect( on( () => state, () => { // perform cleanup }, ), ); }); });