Skip to content

Commit 796a226

Browse files
committed
wip
2 parents 60f3ded + 2e1a0ac commit 796a226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,7 @@ export function get(signal) {
10581058
if (target_effect !== null && !is_flushing_async_derived) {
10591059
var boundary = get_boundary(target_effect);
10601060
if (boundary !== null) {
1061+
// @ts-ignore
10611062
var sources = boundary.fn.sources;
10621063
var entry = sources.get(signal);
10631064
if (entry !== undefined) {

0 commit comments

Comments
 (0)