We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954a37a commit 0db6729Copy full SHA for 0db6729
packages/core/src/dom_components/model/Components.ts
@@ -64,7 +64,7 @@ const getComponentsFromDefs = (
64
}
65
66
if (components) {
67
- const newComponents = getComponentsFromDefs(components, all);
+ const newComponents = getComponentsFromDefs(components, all, opts);
68
69
if (isFunction(result.components)) {
70
const cmps = result.components();
0 commit comments