fix(ivy): host bindings should support array/object literals (#25583)
PR Close #25583
This commit is contained in:

committed by
Jason Aden

parent
fc89479044
commit
831e71ea3c
@ -127,7 +127,6 @@ export class ComponentFactory<T> extends viewEngine_ComponentFactory<T> {
|
||||
|
||||
// rootView is the parent when bootstrapping
|
||||
const oldView = enterView(rootView, null !);
|
||||
rootView[BINDING_INDEX] = rootView[TVIEW].bindingStartIndex;
|
||||
|
||||
let component: T;
|
||||
let elementNode: LElementNode;
|
||||
|
Reference in New Issue
Block a user