SwiftUI-Hooks icon indicating copy to clipboard operation
SwiftUI-Hooks copied to clipboard

Update?

Open gilbox opened this issue 4 years ago • 0 comments

Do you plan on updating to latest swift? I think that you may need to replace @ObjectBinding with @State. In fact, that may already be true if @ObjectBinding behaves like @ObservedObject because when a component re-renders as a result of a property change, it's @ObservedObjects are reset.

gilbox avatar Jan 27 '20 21:01 gilbox