Replies: 2 comments 7 replies
-
I don't have a fix, but I can definitely reproduce this, and it's very strange. My gut tells me it's a bug in SwiftUI. I'd be curious if you can reproduce this in vanilla SwiftUI using |
Beta Was this translation helpful? Give feedback.
1 reply
-
We investigated quite a bit this morning and came to the conclusion that it is most likely a bug in our |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the example using recursion I made it recursive to represent the view as a tree.
If you attach the id modifier to the List, it updates properly because it updates everything. But I want to update by comparing only one by one. Is there a way to make it draw properly without using the id?
video.mov
Below is the code used.
Beta Was this translation helpful? Give feedback.
All reactions