refactor(ivy): LContainers should store views not nodes (#25933)
PR Close #25933
This commit is contained in:
@ -64,7 +64,7 @@ export interface LContainer extends Array<any> {
|
||||
* (and don't need to be re-added) and so we can remove views from the DOM when they
|
||||
* are no longer required.
|
||||
*/
|
||||
[VIEWS]: LViewNode[];
|
||||
[VIEWS]: LViewData[];
|
||||
|
||||
/**
|
||||
* Parent Element which will contain the location where all of the Views will be
|
||||
|
Reference in New Issue
Block a user