For anyone else stuck in this issue see the SO answer I accepted here:
https://stackoverflow.com/a/78106284/1735584
Group docs: https://developer.apple.com/documentation/swiftui/group
Use a group to collect multiple views into a single instance, without affecting the layout of those views, like an HStack, VStack, or Section would.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: