You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, it's been forever but I finally had a look at this. Indeed, the style property does really not make sense on ArcherContainer. I guess it could make sense in some cases but not in general. You should wrap in a div inside ArcherContainer. I need to think about how we can make this clearer.
Oh, bad news though: the layout you might looking for is currently not possible with react-archer 😢
Worked off the example to align elements horizontally with
flexDirection: "row"
, which does not turn out as expected:https://codesandbox.io/s/jolly-silence-0jmjv?file=/src/App.js
The text was updated successfully, but these errors were encountered: