Dynamic updates are not supported.
picodoth opened this issue · 0 comments
picodoth commented
-
Default styles and size/position dependencies are calculated on
Layoutmounted. Any dynamicLayoutItemthat mounted asynchronously will miss the chance to setup fromLayout. -
when component updates triggered from parent component, styles of
LayoutItemthat initially set byLayoutwill get reset.