Open carson-katri opened 1 month ago
Supporting tag="..." deviates from our typical SwiftUI View -> template mapping.
tag="..."
The tag(...) modifier should be used instead. This modifier will need to be implemented with the following signature:
tag(...)
func tag(_ tag: String?) -> some View
Supporting
tag="..."
deviates from our typical SwiftUI View -> template mapping.The
tag(...)
modifier should be used instead. This modifier will need to be implemented with the following signature: