From 23ea2b7f4db281404f431348f0298c6a35a439ca Mon Sep 17 00:00:00 2001 From: Carlos Lopez Jr Date: Thu, 13 Jun 2024 16:37:28 -0400 Subject: [PATCH] fix(core): fix iterables when minified --- core/Composition.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Composition.js b/core/Composition.js index 85399b90..cba3f0b7 100644 --- a/core/Composition.js +++ b/core/Composition.js @@ -1414,6 +1414,7 @@ export default class Composition { if (element.hasAttribute('mdw-for')) { while (element.contains(node = treeWalker.nextNode())); this.#interpolateIterable(element, options); + continue; } else { const idAttr = element.attributes.id; if (idAttr) {