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
Messages are currently rendered in a ForEach SwiftUIView builder, and they don't have any other identity than the explicit provided key-path of .\self finding a way to add a better identity (array index?) would help prevent bugs.
Messages are currently rendered in a
ForEachSwiftUIView builder, and they don't have any other identity than the explicit provided key-path of.\selffinding a way to add a better identity (array index?) would help prevent bugs.