Skip to content

Commit ac75c1b

Browse files
committed
fix: when an unowned derived is tracked again, remove unowned flag
1 parent e3d69b5 commit ac75c1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,6 @@ export function update_reaction(reaction) {
419419
(flags & UNOWNED) !== 0 &&
420420
(!is_flushing_effect || previous_reaction === null || previous_untracking);
421421

422-
if (skip_reaction) {
423-
// debugger
424-
}
425-
426422
derived_sources = null;
427423
set_component_context(reaction.ctx);
428424
untracking = false;

0 commit comments

Comments
 (0)