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
Is it possible to place groups inside of another group? I tried just placing a <Group/> as a child of another <Group/>, but it didn't render how I expected it to. It renders the subgroup on the page, but it doesn't constrain it to be bound within the parent group. Is this something that's possible that I might just be missing? I could probably figure out a way to implement the behavior myself, but it would be awesome if it was just built-in functionality.
The text was updated successfully, but these errors were encountered:
Is it possible to place groups inside of another group? I tried just placing a
<Group/>
as a child of another<Group/>
, but it didn't render how I expected it to. It renders the subgroup on the page, but it doesn't constrain it to be bound within the parent group. Is this something that's possible that I might just be missing? I could probably figure out a way to implement the behavior myself, but it would be awesome if it was just built-in functionality.The text was updated successfully, but these errors were encountered: