fix(ivy): queries should match container node itself before matching its views (#28473)
PR Close #28473
This commit is contained in:

committed by
Matias Niemelä

parent
6656328538
commit
1b6d8a78b0
@ -35,7 +35,7 @@ export const enum TNodeFlags {
|
||||
/** This bit is set if the node has been projected */
|
||||
isProjected = 0b0010,
|
||||
|
||||
/** This bit is set if the node has any content queries */
|
||||
/** This bit is set if any directive on this node has content queries */
|
||||
hasContentQuery = 0b0100,
|
||||
|
||||
/** This bit is set if the node has any directives that contain [class properties */
|
||||
|
Reference in New Issue
Block a user