no not yet, we still with the same error, this is so frustating
Post
Replies
Boosts
Views
Activity
I had a similar problem and your reply help me.
HStack{
// any code
}.onChange(of: "(a.id)-(b.id)"){new in
if("\(a.id).-\(b.id)" != new){
// do something
}
}