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 cc44d97 commit 4d6585bCopy full SHA for 4d6585b
.changeset/tiny-chicken-protect.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/runtime-core': patch
3
4
+
5
+fix(runtime-core): add useIn while using unloading registered shared
packages/runtime-core/src/shared/index.ts
@@ -199,6 +199,7 @@ export class SharedHandler {
199
if (gShared) {
200
gShared.lib = factory;
201
gShared.loaded = true;
202
+ addUseIn(gShared);
203
}
204
return factory as () => T;
205
};
0 commit comments