We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3af9 commit b103f79Copy full SHA for b103f79
Sources/Dependencies/DependencyValues.swift
@@ -55,7 +55,7 @@ import XCTestDynamicOverlay
55
/// ```
56
public struct DependencyValues: Sendable {
57
@TaskLocal public static var _current = Self()
58
- @TaskLocal static var isSetting = false
+ @TaskLocal fileprivate static var isSetting = false
59
@TaskLocal static var currentDependency = CurrentDependency()
60
61
private var cachedValues = CachedValues()
0 commit comments