Skip to content

Commit fe9bcaf

Browse files
committed
fix
1 parent d561c10 commit fe9bcaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

module.ts

-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ export class ModuleInstance extends ModuleInstanceBase<Module> implements MixinL
539539
return this.transition.block();
540540
}
541541
this.loaded = false;
542-
this.mixinsLoaded = false;
543542
const resolve = this.transition.extend();
544543

545544
for (const dependency of Object.keys(this.metadata!.dependencies)) {

0 commit comments

Comments
 (0)