File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/ComposableArchitecture/SwiftUI Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import SwiftUI
22
33extension 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,
You can’t perform that action at this time.
0 commit comments