diff --git a/Sources/Dependencies/DependencyValues.swift b/Sources/Dependencies/DependencyValues.swift index b5c39333..a97c8dcc 100644 --- a/Sources/Dependencies/DependencyValues.swift +++ b/Sources/Dependencies/DependencyValues.swift @@ -119,10 +119,11 @@ import IssueReporting public struct DependencyValues: Sendable { @TaskLocal public static var _current = Self() @TaskLocal static var currentDependency = CurrentDependency() -// @TaskLocal static var isPreparing = false - static var isPreparing: Bool { preparationID != nil } @TaskLocal static var isSetting = false @TaskLocal static var preparationID: UUID? + static var isPreparing: Bool { + preparationID != nil + } @_spi(Internals) public var cachedValues = CachedValues()