nathantannar4/Transmission

Ambiguous use of .hidden

otymartin opened this issue · 1 comments

Compiler complains about HiddenModifier conflicting with native SwiftUI .hidden modifier.

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.