Skip to content

feature: tests for lazyloading

Matthieu Fesselier requested to merge feature--lazy-load-components into beta

I added some tests for the lazyloading feature. Currently, when a view is activated, it removes the no-render attribute on all its children, even the hidden subviews.

Do we want to be more specific and activate only the components inside visible views?

Merge request reports