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 a7c958a commit d50701dCopy full SHA for d50701d
packages/svelte/src/internal/client/reactivity/batch.js
@@ -14,7 +14,7 @@ import {
14
DERIVED
15
} from '#client/constants';
16
import { async_mode_flag } from '../../flags/index.js';
17
-import { deferred, define_property, noop } from '../../shared/utils.js';
+import { deferred, define_property } from '../../shared/utils.js';
18
import {
19
active_effect,
20
is_dirty,
0 commit comments