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 f9985a8 commit 3491bcaCopy full SHA for 3491bca
packages/runtime/src/utils.ts
@@ -16,7 +16,7 @@ export function getGlobalFederationInstance(
16
): ModuleFederation | undefined {
17
const buildId = getBuilderId();
18
return CurrentGlobal.__FEDERATION__.__INSTANCES__.find((GMInstance) => {
19
- if (buildId && GMInstance.options.id === getBuilderId()) {
+ if (buildId && GMInstance.options.id === buildId) {
20
return true;
21
}
22
0 commit comments