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 29076b0 commit 6339aafCopy full SHA for 6339aaf
packages/svelte/src/internal/client/reactivity/deriveds.js
@@ -30,7 +30,7 @@ import { destroy_effect, render_effect } from './effects.js';
30
import { inspect_effects, internal_set, set_inspect_effects, source } from './sources.js';
31
import { get_stack } from '../dev/tracing.js';
32
import { tracing_mode_flag } from '../../flags/index.js';
33
-import { Boundary, get_pending_boundary } from '../dom/blocks/boundary.js';
+import { Boundary } from '../dom/blocks/boundary.js';
34
import { component_context } from '../context.js';
35
import { UNINITIALIZED } from '../../../constants.js';
36
import { current_batch } from './batch.js';
0 commit comments