Ambiguous use of .hidden
otymartin opened this issue · comments
MBO commented
Compiler complains about HiddenModifier
conflicting with native SwiftUI
.hidden
modifier.
Nathan Tannar commented
I cannot reproduce this error. While both exist, the extension for HiddenModifier
has a required Bool
parameter whereas SwiftUI's hidden()
does not. So there shouldn't be a conflict.