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
Describe the bug
A ZStack doesn't respect its childrens' frame preferences. They're aligned in a grid which is constrained in size. So the ZStack renders its 'expected size' (without taking #387 into consideration). But the contents of this ZStack don't follow this pattern.
Describe the bug
A ZStack doesn't respect its childrens' frame preferences. They're aligned in a grid which is constrained in size. So the ZStack renders its 'expected size' (without taking #387 into consideration). But the contents of this ZStack don't follow this pattern.
To Reproduce
Expected behavior
The ZStack is rendered full-screen and its contents also are rendered in the full size of the ZStack frame.
Screenshots
The view is black on the left, but nothing renders throughout the right.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: