liveview-native / liveview-client-swiftui

MIT License
379 stars 39 forks source link

Remove `tag` attribute #1468

Open carson-katri opened 1 month ago

carson-katri commented 1 month ago

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:

func tag(_ tag: String?) -> some View