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.

I will add I've only been debugging this on #macOS as that's where my app I want to use with #CloudKit originates

#SwiftUI #SwiftData

@patrickmcconnell do you have a feedback number?