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 a6d4644 commit f686355Copy full SHA for f686355
packages/svelte/src/internal/client/reactivity/batch.js
@@ -21,8 +21,7 @@ import {
21
is_updating_effect,
22
set_is_updating_effect,
23
set_signal_status,
24
- update_effect,
25
- write_version
+ update_effect
26
} from '../runtime.js';
27
import * as e from '../errors.js';
28
import { flush_tasks } from '../dom/task.js';
0 commit comments