Is your feature request related to a problem? Please describe.
There's disabledDistanceHandlingClasses property but it cannot be used for UIHostingControllers because of the class matching, you cannot add any kind of exception that would exclude UIHostingControllers for specific view type or even for all of SwiftUI types
Describe the solution you'd like
Add a property disabledDistanceForUIHostingViewControllers.
Describe alternatives you've considered
I'm not sure if other ways are stable enough, seems like disabling the distance handling for all SwiftUI views is the only way to fix it.
Additional context
Nope
Is your feature request related to a problem? Please describe.
There's
disabledDistanceHandlingClassesproperty but it cannot be used forUIHostingControllersbecause of the class matching, you cannot add any kind of exception that would excludeUIHostingControllersfor specific view type or even for all of SwiftUI typesDescribe the solution you'd like
Add a property
disabledDistanceForUIHostingViewControllers.Describe alternatives you've considered
I'm not sure if other ways are stable enough, seems like disabling the distance handling for all SwiftUI views is the only way to fix it.
Additional context
Nope