mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Fixed tree-based navigation: dismiss action is not sent when navigating back (#2210)
* fixed dismiss action sending when navigating back
* Revert "fixed dismiss action sending when navigating back"
This reverts commit 52f7340406.
* added integration ui test
* fixed id for presentation with `isPresented` parameter
* fixed integration tests
This commit is contained in:
@@ -85,8 +85,9 @@ extension View {
|
||||
)
|
||||
}
|
||||
|
||||
@_spi(Presentation)
|
||||
@ViewBuilder
|
||||
private func presentation<
|
||||
public func presentation<
|
||||
State,
|
||||
Action,
|
||||
DestinationState,
|
||||
|
||||
Reference in New Issue
Block a user