Skip to content

Commit 0db6729

Browse files
authored
Fix getComponentsFromDefs (#6340)
1 parent 954a37a commit 0db6729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/dom_components/model/Components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const getComponentsFromDefs = (
6464
}
6565

6666
if (components) {
67-
const newComponents = getComponentsFromDefs(components, all);
67+
const newComponents = getComponentsFromDefs(components, all, opts);
6868

6969
if (isFunction(result.components)) {
7070
const cmps = result.components();

0 commit comments

Comments
 (0)