|
18 | 18 | .send(.show) |
19 | 19 | } issueMatcher: { |
20 | 20 | $0.compactDescription == """ |
21 | | - Scoping from uncached StoreOf<Feature> is not compatible with observation. |
| 21 | + Scoping from uncached StoreOf<Feature> is not compatible with observation. |
22 | 22 |
|
23 | | - This can happen for one of two reasons: |
| 23 | + This can happen for one of two reasons: |
24 | 24 |
|
25 | | - • A parent view scopes on a store using transform functions, which has been \ |
26 | | - deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \ |
27 | | - to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\ |
28 | | - main/documentation/composablearchitecture/migratingto1.5 |
| 25 | + • A parent view scopes on a store using transform functions, which has been \ |
| 26 | + deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \ |
| 27 | + to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\ |
| 28 | + main/documentation/composablearchitecture/migratingto1.5 |
29 | 29 |
|
30 | | - • A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \ |
31 | | - 'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \ |
32 | | - bindings. Read the migration guide for 1.7 to update those APIs: \ |
33 | | - https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\ |
34 | | - composablearchitecture/migratingto1.7 |
35 | | - """ |
| 30 | + • A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \ |
| 31 | + 'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \ |
| 32 | + bindings. Read the migration guide for 1.7 to update those APIs: \ |
| 33 | + https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\ |
| 34 | + composablearchitecture/migratingto1.7 |
| 35 | + """ |
36 | 36 | } |
37 | 37 | store.send(.child(.dismiss)) |
38 | 38 | #endif |
|
79 | 79 | _ = cancellable |
80 | 80 | } issueMatcher: { |
81 | 81 | $0.compactDescription == """ |
82 | | - Scoping from uncached StoreOf<Feature> is not compatible with observation. |
| 82 | + Scoping from uncached StoreOf<Feature> is not compatible with observation. |
83 | 83 |
|
84 | | - This can happen for one of two reasons: |
| 84 | + This can happen for one of two reasons: |
85 | 85 |
|
86 | | - • A parent view scopes on a store using transform functions, which has been \ |
87 | | - deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \ |
88 | | - to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\ |
89 | | - main/documentation/composablearchitecture/migratingto1.5 |
| 86 | + • A parent view scopes on a store using transform functions, which has been \ |
| 87 | + deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \ |
| 88 | + to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\ |
| 89 | + main/documentation/composablearchitecture/migratingto1.5 |
90 | 90 |
|
91 | | - • A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \ |
92 | | - 'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \ |
93 | | - bindings. Read the migration guide for 1.7 to update those APIs: \ |
94 | | - https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\ |
95 | | - composablearchitecture/migratingto1.7 |
96 | | - """ |
| 91 | + • A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \ |
| 92 | + 'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \ |
| 93 | + bindings. Read the migration guide for 1.7 to update those APIs: \ |
| 94 | + https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\ |
| 95 | + composablearchitecture/migratingto1.7 |
| 96 | + """ |
97 | 97 | } |
98 | 98 | #endif |
99 | 99 | } |
|
126 | 126 | ) |
127 | 127 | } issueMatcher: { |
128 | 128 | $0.compactDescription == """ |
129 | | - Scoping from uncached StoreOf<Feature> is not compatible with observation. |
| 129 | + Scoping from uncached StoreOf<Feature> is not compatible with observation. |
130 | 130 |
|
131 | | - This can happen for one of two reasons: |
| 131 | + This can happen for one of two reasons: |
132 | 132 |
|
133 | | - • A parent view scopes on a store using transform functions, which has been \ |
134 | | - deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \ |
135 | | - to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\ |
136 | | - main/documentation/composablearchitecture/migratingto1.5 |
| 133 | + • A parent view scopes on a store using transform functions, which has been \ |
| 134 | + deprecated, instead of with key paths and case paths. Read the migration guide for 1.5 \ |
| 135 | + to update these scopes: https://pointfreeco.github.io/swift-composable-architecture/\ |
| 136 | + main/documentation/composablearchitecture/migratingto1.5 |
137 | 137 |
|
138 | | - • A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \ |
139 | | - 'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \ |
140 | | - bindings. Read the migration guide for 1.7 to update those APIs: \ |
141 | | - https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\ |
142 | | - composablearchitecture/migratingto1.7 |
143 | | - """ |
| 138 | + • A parent feature is using deprecated navigation APIs, such as 'IfLetStore', \ |
| 139 | + 'SwitchStore', 'ForEachStore', or any navigation view modifiers taking stores instead of \ |
| 140 | + bindings. Read the migration guide for 1.7 to update those APIs: \ |
| 141 | + https://pointfreeco.github.io/swift-composable-architecture/main/documentation/\ |
| 142 | + composablearchitecture/migratingto1.7 |
| 143 | + """ |
144 | 144 | } |
145 | 145 | #endif |
146 | 146 | } |
|
0 commit comments