Set placeholder width to real component size after render when using unmountIfInvisible. This solves the problem of items jumping around when scrolling. Usefull for when parent component rendering LazyLoad doesn't know the height of the child component. The added example shows the problem when run without the visibleHeight patch and works flawless with it.
Set placeholder width to real component size after render when using unmountIfInvisible. This solves the problem of items jumping around when scrolling. Usefull for when parent component rendering LazyLoad doesn't know the height of the child component. The added example shows the problem when run without the visibleHeight patch and works flawless with it.