SQift
SQift copied to clipboard
Conflicts with Binding property wrapper
When using SQift in a project, it is not possible to use the Binding property wrapper:
@Binding var myState : Bool
This is caused by SQift having a Binding class that conflicts with the swift Binding attribute.