-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
@martingust
The virtual-repeat.for doesn't load anymore. It seems that there's always an empty element in the DOM as first child in the repeat and it make the calculateHeight to crash with an error as the height is 0. I don't know why there's always an empty element inserted before the elements that should be renderer. If I use the non virtual repeat.for there's no extra elements. (See screenshot)
DOM with the extra div element inserted by the virtual-repeat.for


