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
I mean that I thought this case was already dealt with. And pasted the code that was responsible for dealing with bindings...
I still want to take a look at it ;)
@Binding var someBool: Bool
is generated assomeBool: Bool
instead ofsomeBool: Binding<Bool>>
The text was updated successfully, but these errors were encountered: