Does causing a swiftui view refresh via modifying observed properties while an alert is visible allowed? I am seeing a warning 'Presenting view controller <SwiftUI.PlatformAlertController> from detached view controller <B> is not supported, and may result in incorrect safe area insets and a corrupt root presentation. Make sure <SwiftUI.PlatformAlertController> is in the view hierarchy before presenting from it. Will become a hard exception in a future release.'
and the warning
'Attempt to present <SwiftUI.PlatformAlertController> on <A> (from <B>) while a presentation is in progress'.
The second warning occurs more often.