fix(ivy): properly query root nodes of embedded views(shallow queries) (#28560)
PR Close #28560
This commit is contained in:

committed by
Miško Hevery

parent
7115e7c427
commit
e9bedc63bb
@ -35,7 +35,7 @@ export interface LQueries {
|
||||
* Notify `LQueries` that a new `TNode` has been created and needs to be added to query results
|
||||
* if matching query predicate.
|
||||
*/
|
||||
addNode(tNode: TElementNode|TContainerNode|TElementContainerNode): LQueries|null;
|
||||
addNode(tNode: TElementNode|TContainerNode|TElementContainerNode): void;
|
||||
|
||||
/**
|
||||
* Notify `LQueries` that a new LContainer was added to ivy data structures. As a result we need
|
||||
|
Reference in New Issue
Block a user