Xcode – .onChange() – Cannot convert value of type 'Double' to expected argument type '()'
I'm trying to detect a change on my @State variables to update some text but I cannot get it to work because the .onChange modifier is throwing this error: Cannot convert value of type 'Double' to expected argument type '()'…