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
The internal struct which conforms to EnvironmentKey now has defaultValue marked as static let instead of static var. This fixes some warnings when strict concurrency is enabled.