Following part 3 of Apple\'s tutorial on SwiftUI, Handling User Input, I get this error:
Unable to infer complex closure return type; add explicit ty
I encountered the problem in a subview where a @Binding prop was of a different type of the @Binding source.