Still debugging overzealous #SwiftUI view redraws when using #SwiftData.
It appears that any time you use a query the view will be redrawn for any CoreData notifications.
For example each time a DB checkpoint is triggered the view redraws regardless if any data has changed.
Those notifications happen very often.
I've created an sample project with a static view and it refreshes constantly, even when the queried data is not used.
Unsure if 26.1 resolves anything.