Skip to content

Commit

Permalink
Fix getComponentsFromDefs (#6340)
Browse files Browse the repository at this point in the history
  • Loading branch information
artf authored Dec 4, 2024
1 parent 954a37a commit 0db6729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/dom_components/model/Components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const getComponentsFromDefs = (
}

if (components) {
const newComponents = getComponentsFromDefs(components, all);
const newComponents = getComponentsFromDefs(components, all, opts);

if (isFunction(result.components)) {
const cmps = result.components();
Expand Down

0 comments on commit 0db6729

Please sign in to comment.