Skip to content

Commit 87c422c

Browse files
committed
wip
1 parent bb855dd commit 87c422c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/ComposableArchitecture/SwiftUI/PresentationModifier.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import SwiftUI
22

33
extension View {
4-
@ViewBuilder
4+
@_spi(Presentation)
55
public func presentation<State, Action, Content: View>(
66
store: Store<PresentationState<State>, PresentationAction<Action>>,
77
@ViewBuilder body: @escaping (
@@ -16,7 +16,7 @@ extension View {
1616
}
1717

1818
@_disfavoredOverload
19-
@ViewBuilder
19+
@_spi(Presentation)
2020
public func presentation<State, Action, Content: View>(
2121
store: Store<PresentationState<State>, PresentationAction<Action>>,
2222
@ViewBuilder body: @escaping (
@@ -34,7 +34,7 @@ extension View {
3434
)
3535
}
3636

37-
@ViewBuilder
37+
@_spi(Presentation)
3838
public func presentation<
3939
State,
4040
Action,
@@ -59,7 +59,7 @@ extension View {
5959
}
6060

6161
@_disfavoredOverload
62-
@ViewBuilder
62+
@_spi(Presentation)
6363
public func presentation<
6464
State,
6565
Action,

0 commit comments

Comments
 (0)