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 e11a1af commit 9be2a38Copy full SHA for 9be2a38
packages/svelte/src/internal/client/context.js
@@ -175,6 +175,7 @@ export function pop(context, component) {
175
return component ?? /** @type {T} */ ({});
176
}
177
if (ctx.a) {
178
+ console.log('suspended');
179
180
181
var effects = ctx.e;
0 commit comments