We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fa725 commit 45a9a3fCopy full SHA for 45a9a3f
.changeset/ai-eager-mouse.md
.changeset/ai-happy-lion.md
@@ -0,0 +1,9 @@
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.
0 commit comments