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 d945561 commit fea1b79Copy full SHA for fea1b79
packages/svelte/src/internal/client/reactivity/sources.js
@@ -55,7 +55,7 @@ export function source(v, stack) {
55
var signal = {
56
f: 0, // TODO ideally we could skip this altogether, but it causes type errors
57
v,
58
- p: active_reaction,
+ // p: active_reaction,
59
reactions: null,
60
equals,
61
rv: 0,
0 commit comments