How do I debug SwiftUI AttributeGraph cycle warnings?

I'm getting a lot of AttributeGraph cycle warnings in my app. Is there any way to debug what's causing it?

This is what shows up in the console:

Code Block text
=== AttributeGraph: cycle detected through attribute 11640 ===
=== AttributeGraph: cycle detected through attribute 14168 ===
=== AttributeGraph: cycle detected through attribute 14168 ===
=== AttributeGraph: cycle detected through attribute 44568 ===
=== AttributeGraph: cycle detected through attribute 3608 ===

Answered by sindresorhus in 622475022
Accepted Answer
How do I debug SwiftUI AttributeGraph cycle warnings?
 
 
Q