We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd90c3 commit b914abbCopy full SHA for b914abb
Sources/ComposableArchitecture/Effects/Cancellation.swift
@@ -42,7 +42,8 @@ extension Effect {
42
case let .publisher(publisher):
43
return Self(
44
operation: .publisher(
45
- Deferred { [navigationIDPath]
+ Deferred {
46
+ [navigationIDPath]
47
()
48
-> Publishers.HandleEvents<
49
Publishers.PrefixUntilOutput<
0 commit comments