i am seeing a number of SwiftUI crashes that only occur on iOS 13 with a stack trace that ends with a call to AlertBridge.preferencesDidChange(_:).
Does anyone have any insight into what might be causing this?
Crashed: com.apple.main-thread
0	SwiftUI												0x1f6860ae8 AlertBridge.preferencesDidChange(_:) + 2604
1	SwiftUI												0x1f6458474 _UIHostingView.preferencesDidChange() + 412
2	SwiftUI												0x1f65262cc ViewGraph.updateOutputs(at:) + 180
3	SwiftUI												0x1f67c5e10 closure #1 in closure #1 in ViewRendererHost.render(interval:updateDisplayList:) + 816
4	SwiftUI												0x1f67c52b0 closure #1 in ViewRendererHost.render(interval:updateDisplayList:) + 524
5	SwiftUI												0x1f67bc1b8 ViewRendererHost.render(interval:updateDisplayList:) + 316
6	SwiftUI												0x1f68e2748 _UIHostingView.layoutSubviews() + 160
7	SwiftUI												0x1f68e2774 @objc _UIHostingView.layoutSubviews() + 24
3
0
1.7k