We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b357009 commit 6aa871eCopy full SHA for 6aa871e
packages/runtime-core/src/component.ts
@@ -456,7 +456,7 @@ export function createComponentInstance(
456
next: null,
457
subTree: null!, // will be set synchronously right after creation
458
update: null!, // will be set synchronously right after creation
459
- scope: new EffectScope(),
+ scope: new EffectScope(true /* detached */),
460
render: null,
461
proxy: null,
462
exposed: null,
0 commit comments