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.
1 parent ff57565 commit adf5024Copy full SHA for adf5024
Sources/ComposableArchitecture/SwiftUI/Forms.swift
@@ -125,7 +125,7 @@ import SwiftUI
125
///
126
public struct FormAction<Root>: Equatable {
127
public let keyPath: PartialKeyPath<Root>
128
-
+
129
fileprivate let set: (inout Root) -> Void
130
private let value: Any
131
private let valueIsEqualTo: (Any) -> Bool
0 commit comments