refactor(ivy): unify native node handling around render parent and element / ICU containers (#27925)
PR Close #27925
This commit is contained in:

committed by
Kara Erickson

parent
8a3cebde8b
commit
e08feb7e54
@ -258,10 +258,7 @@
|
||||
"name": "getDirectiveDef"
|
||||
},
|
||||
{
|
||||
"name": "getFirstNonICUParent"
|
||||
},
|
||||
{
|
||||
"name": "getHighestElementContainer"
|
||||
"name": "getHighestElementOrICUContainer"
|
||||
},
|
||||
{
|
||||
"name": "getHostNative"
|
||||
|
@ -674,14 +674,11 @@
|
||||
{
|
||||
"name": "getElementDepthCount"
|
||||
},
|
||||
{
|
||||
"name": "getFirstNonICUParent"
|
||||
},
|
||||
{
|
||||
"name": "getFirstTemplatePass"
|
||||
},
|
||||
{
|
||||
"name": "getHighestElementContainer"
|
||||
"name": "getHighestElementOrICUContainer"
|
||||
},
|
||||
{
|
||||
"name": "getHostNative"
|
||||
|
Reference in New Issue
Block a user