Skip to content

Commit ebd37bd

Browse files
committed
Propagate navigation ID to escaping closure in cancellation.
1 parent 8730c8f commit ebd37bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Effects/Cancellation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extension Effect {
4242
case let .publisher(publisher):
4343
return Self(
4444
operation: .publisher(
45-
Deferred {
45+
Deferred { [navigationIDPath]
4646
()
4747
-> Publishers.HandleEvents<
4848
Publishers.PrefixUntilOutput<

0 commit comments

Comments
 (0)