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.
2 parents 6ed4747 + 4959aa0 commit 053a851Copy full SHA for 053a851
Sources/ComposableArchitecture/Internal/NavigationID.swift
@@ -15,7 +15,7 @@ private enum NavigationIDKey: DependencyKey {
15
16
@usableFromInline
17
struct NavigationID: Hashable, Identifiable, Sendable {
18
- var path: [AnyHashableSendable] = []
+ fileprivate var path: [AnyHashableSendable] = []
19
20
21
var id: Self { self }
0 commit comments