pull/17116/head
Rich Harris 2 weeks ago
parent db21188d4a
commit b5bb6fb04b

@ -17,7 +17,6 @@ import {
active_reaction,
active_effect,
set_signal_status,
skip_reaction,
update_reaction,
increment_write_version,
set_active_effect,

@ -138,7 +138,7 @@ export function set_update_version(value) {
// If we are working with a get() chain that has no active container,
// to prevent memory leaks, we skip adding the reaction.
export let skip_reaction = false;
let skip_reaction = false;
export function increment_write_version() {
return ++write_version;

Loading…
Cancel
Save