Artur Arseniev
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/core/src/dom_components/model/Components.ts
|
|
@ -64,7 +64,7 @@ const getComponentsFromDefs = ( |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (components) { |
|
|
if (components) { |
|
|
const newComponents = getComponentsFromDefs(components, all); |
|
|
const newComponents = getComponentsFromDefs(components, all, opts); |
|
|
|
|
|
|
|
|
if (isFunction(result.components)) { |
|
|
if (isFunction(result.components)) { |
|
|
const cmps = result.components(); |
|
|
const cmps = result.components(); |
|
|
|