Note that if you use the #Preview macro, .sizeThatFits will not work, even if you use the static preview containter.
As a workaround you can switch to:
struct XXX_Previews: PreviewProvider {
static var previews: some View {
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: