refactor(ivy): ViewRef needs embededViewRef declaration (#33074)

PR Close #33074
This commit is contained in:
Miško Hevery
2019-10-09 16:58:01 -07:00
committed by Kara Erickson
parent f1ffd57105
commit 5632424d04
6 changed files with 83 additions and 33 deletions

View File

@ -282,7 +282,7 @@
"name": "getComponentDef"
},
{
"name": "getComponentViewByIndex"
"name": "getComponentLViewByIndex"
},
{
"name": "getContainerRenderParent"

View File

@ -225,7 +225,7 @@
"name": "getComponentDef"
},
{
"name": "getComponentViewByIndex"
"name": "getComponentLViewByIndex"
},
{
"name": "getContainerRenderParent"

View File

@ -621,7 +621,7 @@
"name": "getComponentDef"
},
{
"name": "getComponentViewByIndex"
"name": "getComponentLViewByIndex"
},
{
"name": "getComponentViewByInstance"