We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1c8e7 commit 3066521Copy full SHA for 3066521
1 file changed
Sources/FormView/FormView.swift
@@ -55,7 +55,6 @@ private class FormStateHandler: ObservableObject {
55
}
56
57
58
-
59
public struct FormView<Content: View>: View {
60
@StateObject private var formStateHandler = FormStateHandler()
61
@ViewBuilder private let content: (FormValidator) -> Content
0 commit comments