We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c637694 commit 49d2424Copy full SHA for 49d2424
packages/svelte/src/internal/client/reactivity/sources.js
@@ -34,7 +34,6 @@ import * as e from '../errors.js';
34
import { legacy_mode_flag, tracing_mode_flag } from '../../flags/index.js';
35
import { get_stack } from '../dev/tracing.js';
36
import { component_context, is_runes } from '../context.js';
37
-import { queue_micro_task } from '../dom/task.js';
38
39
export let inspect_effects = new Set();
40
0 commit comments