Closed PhilipDukhov closed 5 months ago
Yea, this is a known limitation. Unfortunately SwiftUI doesn't correctly bridge the environment automatically. Its also not as simple as just copying over the environment that existed from the presenter, as that can override some of the environment values that SwiftUI does setup.
Yea, this is a known limitation. Unfortunately SwiftUI doesn't correctly bridge the environment automatically. Its also not as simple as just copying over the environment that existed from the presenter, as that can override some of the environment values that SwiftUI does setup.
I see, thank you😌
PresentedView
content shows0
,10
is expected. It doesn't happen with a system.sheet
.