Skip to content

Commit 4735d64

Browse files
committed
improve label for derived cached
1 parent e35334c commit 4735d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@ export function get(signal) {
806806
set_tracing_expression_reactive(
807807
signal.version > active_reaction.version || active_reaction.version === current_version
808808
? updated
809-
? REACTIVE_CHANGED_CACHED
810-
: REACTIVE_CHANGED
809+
? REACTIVE_CHANGED
810+
: REACTIVE_CHANGED_CACHED
811811
: REACTIVE_UNCHANGED
812812
);
813813
}

0 commit comments

Comments
 (0)