zinkey/react-cool-layout

Dynamic updates are not supported.

picodoth opened this issue · 0 comments

  • Default styles and size/position dependencies are calculated on Layout mounted. Any dynamic LayoutItem that mounted asynchronously will miss the chance to setup from Layout.

  • when component updates triggered from parent component, styles of LayoutItem that initially set by Layout will get reset.