Ambiguous use of .hidden
otymartin opened this issue · 1 comments
otymartin commented
Compiler complains about HiddenModifier
conflicting with native SwiftUI
.hidden
modifier.
nathantannar4 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.