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
SwiftUI's built-in navigation tools requires hashability and
identifiability of objects, and while objects get identity for free, we
must manually equate and hash objects by their object identity. Instead,
the library can vend a protocol with default conformances.
0 commit comments