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 5f18bc2 commit 3515331Copy full SHA for 3515331
packages/runtime/src/index.ts
@@ -44,7 +44,6 @@ export function init(options: UserOptions): ModuleFederation {
44
const instance = getGlobalFederationInstance(options.name, options.version);
45
if (!instance) {
46
FederationInstance = createInstance(options);
47
- setGlobalFederationInstance(FederationInstance);
48
return FederationInstance;
49
} else {
50
// Merge options
0 commit comments