You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, i found an error when using alternative direct use, when using function submit handler code error "Escaping closure captures non-escaping parameter 'submit' ". can you help me fix this?
the code is like this
`struct ContentView: View { @State var text = "0"
hello, i found an error when using alternative direct use, when using function submit handler code error "Escaping closure captures non-escaping parameter 'submit' ". can you help me fix this?
the code is like this
`struct ContentView: View {
@State var text = "0"
}`
The text was updated successfully, but these errors were encountered: