Skip to content

Commit 15c3fb0

Browse files
committed
WIP
1 parent ac36b28 commit 15c3fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ export function get(signal) {
789789

790790
if (DEV && active_reaction !== null && tracing_expressions !== null) {
791791
set_tracing_expression_reactive(
792-
signal.version > active_reaction.version || active_reaction.version === 0
792+
signal.version > active_reaction.version || active_reaction.version === current_version
793793
? REACTIVE_CHANGED
794794
: REACTIVE_UNCHANGED
795795
);

0 commit comments

Comments
 (0)