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:
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 ===
I got an answer on Stack Overflow: https://stackoverflow.com/questions/62869586/how-do-i-debug-swiftui-attributegraph-cycle-warnings/63018486