Skip to content

Commit 053a851

Browse files
committed
Merge branch 'navigation-beta' into prerelease/1.0
2 parents 6ed4747 + 4959aa0 commit 053a851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Internal/NavigationID.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private enum NavigationIDKey: DependencyKey {
1515

1616
@usableFromInline
1717
struct NavigationID: Hashable, Identifiable, Sendable {
18-
var path: [AnyHashableSendable] = []
18+
fileprivate var path: [AnyHashableSendable] = []
1919

2020
@usableFromInline
2121
var id: Self { self }

0 commit comments

Comments
 (0)