Skip to content

Commit

Permalink
fix(core): fix iterables when minified
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jun 13, 2024
1 parent 27d4438 commit 23ea2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Composition.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 23ea2b7

Please sign in to comment.