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.
2 parents 60f3ded + 2e1a0ac commit 796a226Copy full SHA for 796a226
packages/svelte/src/internal/client/runtime.js
@@ -1058,6 +1058,7 @@ export function get(signal) {
1058
if (target_effect !== null && !is_flushing_async_derived) {
1059
var boundary = get_boundary(target_effect);
1060
if (boundary !== null) {
1061
+ // @ts-ignore
1062
var sources = boundary.fn.sources;
1063
var entry = sources.get(signal);
1064
if (entry !== undefined) {
0 commit comments