Skip to content

Commit c637694

Browse files
committed
fix: on teardown, use the last known value for the signal before the se
1 parent af747f6 commit c637694

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
@@ -24,7 +24,7 @@ import {
2424
DISCONNECTED,
2525
BOUNDARY_EFFECT
2626
} from './constants.js';
27-
import { flush_tasks, queue_micro_task } from './dom/task.js';
27+
import { flush_tasks } from './dom/task.js';
2828
import { internal_set } from './reactivity/sources.js';
2929
import { destroy_derived_effects, update_derived } from './reactivity/deriveds.js';
3030
import * as e from './errors.js';

0 commit comments

Comments
 (0)