robinweser/react-layout-components

bug : VBox shortcut does not add column prop

capi1O opened this issue · 1 comments

When inserting a VBox component, it result in a Box without the column prop (visible in Inspector with React dev tools, or in classic Inspector, the flexible-direction CSS property is not set for the div with class .react-layout-components--box), thus the inner components are stacked horizontally.

react-layout-components v3.0.6
node v6.11

Tested this again and it doesn't seem to happen to me, so I'll be closing it.