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 b0fa725 commit 211a3cbCopy full SHA for 211a3cb
.changeset/ai-happy-lion.md
@@ -0,0 +1,10 @@
1
+---
2
+"@module-federation/sdk": patch
3
4
+
5
+Fix issue where `createLink` incorrectly created duplicate links when existing links lacked a `rel` attribute.
6
7
+- Added a test case to verify `createLink` does not duplicate links when existing ones have no `rel`.
8
+- Modified `createLink` logic to treat `null` and `undefined` as equivalent for `rel` attribute.
9
+- Ensures consistent behavior even when `rel` attribute is missing.
10
+```
0 commit comments