Skip to content

Commit 132cb3b

Browse files
committed
wip
1 parent 4569fcc commit 132cb3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/SwiftUI/NavigationDestination.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ private struct PresentationNavigationDestinationModifier<
5959
wrappedValue: ViewStore(
6060
store
6161
.filterSend { state, _ in state.wrappedValue != nil }
62-
.scope(state: { $0.wrappedValue.flatMap(toDestinationState) != nil })
62+
.scope(state: { $0.wrappedValue.flatMap(toDestinationState) != nil }),
63+
observe: { $0 }
6364
)
6465
)
6566
self.toDestinationState = toDestinationState

0 commit comments

Comments
 (0)