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 5670a21 commit f261686Copy full SHA for f261686
packages/svelte/src/reactivity/map.js
@@ -2,7 +2,7 @@
2
import { DEV } from 'esm-env';
3
import { set, source, state } from '../internal/client/reactivity/sources.js';
4
import { label, tag } from '../internal/client/dev/tracing.js';
5
-import { active_reaction, get, push_reaction_value } from '../internal/client/runtime.js';
+import { active_reaction, get } from '../internal/client/runtime.js';
6
import { increment } from './utils.js';
7
import { teardown } from '../internal/client/reactivity/effects.js';
8
0 commit comments