Skip to content

Commit e5009a2

Browse files
authored
Remove _swiftUIBinding (#518)
1 parent b157134 commit e5009a2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Sources/Verge/Store/StoreType+SwiftUI.swift

-16
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@ import Foundation
2525

2626
import SwiftUI
2727

28-
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
29-
extension BindingDerived {
30-
31-
/**
32-
Still in experimentals.
33-
Converts SwiftUI.Binding from BindingDerived.
34-
*/
35-
public func _swiftUIBinding() -> SwiftUI.Binding<Value> {
36-
return .init(get: {
37-
self.wrappedValue
38-
}, set: { newValue in
39-
self.wrappedValue = newValue
40-
})
41-
}
42-
}
43-
4428
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
4529
extension StoreDriverType where Self : Sendable {
4630

0 commit comments

Comments
 (0)