File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Sources/ComposableArchitecture/Observation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ import SwiftUI
137137 self
138138 . destination (
139139 self . store. scope (
140- id: self . store. id ( state: \. [ id: component. id] , action: \. [ id: component. id] ) ,
140+ id: self . store. id ( state: \. [ id: component. id] , action: \. [ id: component. id] ) ,
141141 state: ToState {
142142 element = $0 [ id: component. id] ?? element
143143 return element
@@ -237,10 +237,10 @@ import SwiftUI
237237 if self . navigationDestinationType != State . self {
238238 let elementType =
239239 self . navigationDestinationType. map ( typeName)
240- ?? """
241- (None found in view hierarchy. Is this link inside a store-powered \
242- 'NavigationStack'?)
243- """
240+ ?? """
241+ (None found in view hierarchy. Is this link inside a store-powered \
242+ 'NavigationStack'?)
243+ """
244244 runtimeWarn (
245245 """
246246 A navigation link at " \( self . fileID) : \( self . line) " is unpresentable. …
You can’t perform that action at this time.
0 commit comments