We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e7a96 commit e664c0fCopy full SHA for e664c0f
1 file changed
packages/solid/src/reactive/signal.ts
@@ -1303,7 +1303,9 @@ function updateComputation(node: Computation<any>) {
1303
queueMicrotask(() => {
1304
runUpdates(() => {
1305
Transition && (Transition.running = true);
1306
+ Listener = Owner = node;
1307
runComputation(node, (node as Memo<any>).tValue, time);
1308
+ Listener = Owner = null;
1309
}, false);
1310
});
1311
}
0 commit comments