You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/ComposableArchitecture/Internal/Deprecations.swift
+27-28Lines changed: 27 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ extension WithViewStore: AccessibilityRotorContent where Content: AccessibilityR
24
24
/// - content: A function that can generate content from a view store.
25
25
@available(
26
26
*,
27
-
deprecated,
28
-
message:
27
+
deprecated,
28
+
message:
29
29
"""
30
30
For compiler performance, using "WithViewStore" from an accessibility rotor content builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
31
31
@@ -36,7 +36,7 @@ extension WithViewStore: AccessibilityRotorContent where Content: AccessibilityR
/// - content: A function that can generate content from a view store.
61
61
@available(
62
62
*,
63
-
deprecated,
64
-
message:
63
+
deprecated,
64
+
message:
65
65
"""
66
66
For compiler performance, using "WithViewStore" from an accessibility rotor content builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
/// - content: A function that can generate content from a view store.
90
90
@available(
91
91
*,
92
-
deprecated,
93
-
message:
92
+
deprecated,
93
+
message:
94
94
"""
95
95
For compiler performance, using "WithViewStore" from an accessibility rotor content builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
/// - content: A function that can generate content from a view store.
123
123
@available(
124
124
*,
125
-
deprecated,
126
-
message:
125
+
deprecated,
126
+
message:
127
127
"""
128
128
For compiler performance, using "WithViewStore" from a command builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
/// - content: A function that can generate content from a view store.
160
160
@available(
161
161
*,
162
-
deprecated,
163
-
message:
162
+
deprecated,
163
+
message:
164
164
"""
165
165
For compiler performance, using "WithViewStore" from a command builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
/// - content: A function that can generate content from a view store.
190
190
@available(
191
191
*,
192
-
deprecated,
193
-
message:
192
+
deprecated,
193
+
message:
194
194
"""
195
195
For compiler performance, using "WithViewStore" from a command builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
196
196
@@ -219,8 +219,8 @@ extension WithViewStore: Scene where Content: Scene {
219
219
/// - content: A function that can generate content from a view store.
220
220
@available(
221
221
*,
222
-
deprecated,
223
-
message:
222
+
deprecated,
223
+
message:
224
224
"""
225
225
For compiler performance, using "WithViewStore" from a scene builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
226
226
@@ -254,8 +254,8 @@ extension WithViewStore where ViewState: Equatable, Content: Scene {
254
254
/// - content: A function that can generate content from a view store.
255
255
@available(
256
256
*,
257
-
deprecated,
258
-
message:
257
+
deprecated,
258
+
message:
259
259
"""
260
260
For compiler performance, using "WithViewStore" from a scene builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
261
261
@@ -282,8 +282,8 @@ extension WithViewStore where ViewState == Void, Content: Scene {
282
282
/// - content: A function that can generate content from a view store.
283
283
@available(
284
284
*,
285
-
deprecated,
286
-
message:
285
+
deprecated,
286
+
message:
287
287
"""
288
288
For compiler performance, using "WithViewStore" from a scene builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
/// - content: A function that can generate content from a view store.
313
313
@available(
314
314
*,
315
-
deprecated,
316
-
message:
315
+
deprecated,
316
+
message:
317
317
"""
318
318
For compiler performance, using "WithViewStore" from a toolbar content builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
/// - content: A function that can generate content from a view store.
348
348
@available(
349
349
*,
350
-
deprecated,
351
-
message:
350
+
deprecated,
351
+
message:
352
352
"""
353
353
For compiler performance, using "WithViewStore" from a toolbar content builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
/// - content: A function that can generate content from a view store.
376
376
@available(
377
377
*,
378
-
deprecated,
379
-
message:
378
+
deprecated,
379
+
message:
380
380
"""
381
381
For compiler performance, using "WithViewStore" from a toolbar content builder is no longer supported. Extract this "WithViewStore" to the parent view, instead, or observe your view store from an "@ObservedObject" property.
0 commit comments