Skip to content

Commit e664c0f

Browse files
committed
fix transition resuming
1 parent 43e7a96 commit e664c0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/solid/src/reactive/signal.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,9 @@ function updateComputation(node: Computation<any>) {
13031303
queueMicrotask(() => {
13041304
runUpdates(() => {
13051305
Transition && (Transition.running = true);
1306+
Listener = Owner = node;
13061307
runComputation(node, (node as Memo<any>).tValue, time);
1308+
Listener = Owner = null;
13071309
}, false);
13081310
});
13091311
}

0 commit comments

Comments
 (0)