You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use Id and the views' implicitly assigned ids. It would be cool to have support for custom types similar to SwiftUI. This would probably require a HasId bound on the selection type an potentially a custom trait for enumerable types, similar to Swift's CaseIterable.
The text was updated successfully, but these errors were encountered:
Currently, we use
Id
and the views' implicitly assigned ids. It would be cool to have support for custom types similar to SwiftUI. This would probably require aHasId
bound on the selection type an potentially a custom trait for enumerable types, similar to Swift'sCaseIterable
.The text was updated successfully, but these errors were encountered: