in line "func CustomButton(isGoogle: Bool = false)-> some View{" i have the error the error is "Closure containing a declaration cannot be used with result builder 'ViewBuilder'"
I have this error with Xcode 14.1 "Closure containing a declaration cannot be used with result builder 'ViewBuilder'" pleas help me
Show your code.