Comparing version 5.19.1 to 5.19.2
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "5.19.1", | ||
"version": "5.19.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "types": "./types/index.d.ts", |
@@ -119,3 +119,3 @@ /** @import { Derived, Effect, Reaction, Source, Value } from '#client' */ | ||
function push_derived_source(source) { | ||
if (active_reaction !== null && (active_reaction.f & DERIVED) !== 0) { | ||
if (active_reaction !== null && !untracking && (active_reaction.f & DERIVED) !== 0) { | ||
if (derived_sources === null) { | ||
@@ -122,0 +122,0 @@ set_derived_sources([source]); |
@@ -7,3 +7,3 @@ // generated during release, do not modify | ||
*/ | ||
export const VERSION = '5.19.1'; | ||
export const VERSION = '5.19.2'; | ||
export const PUBLIC_VERSION = '5'; |
Sorry, the diff of this file is too big to display
2486249