Deprecations
Review unsupported dependency values APIs and their replacements.
Overview
Avoid using deprecated APIs in your app. Select a method to see the replacement that you should use instead.
Overriding values
static func withTestValues<R>((inout `Self`) throws -> Void, assert: () throws -> R
) rethrows -> R DependencyValues/withTestValues(_:assert:)-1egh6
static func withValues<R>((inout `Self`) throws -> Void, operation: () throws -> R
) rethrows -> R DependencyValues/withValues(_:operation:)-4pas8
static func withValue<Value, R>(WritableKeyPath<DependencyValues, Value>, @autoclosure () -> Value, operation: () throws -> R
) rethrows -> R DependencyValues/withValue(_:_:operation:)-2ewcx