Skip to content

Commit fea1b79

Browse files
committed
tmp
1 parent d945561 commit fea1b79

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/sources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function source(v, stack) {
5555
var signal = {
5656
f: 0, // TODO ideally we could skip this altogether, but it causes type errors
5757
v,
58-
p: active_reaction,
58+
// p: active_reaction,
5959
reactions: null,
6060
equals,
6161
rv: 0,

0 commit comments

Comments
 (0)