We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4928d commit d36696aCopy full SHA for d36696a
Sources/OpenSwiftUICore/Graph/GraphHost.swift
@@ -432,7 +432,9 @@ extension GraphHost {
432
var host = self
433
while !host.inTransaction {
434
guard let parent = host.parentHost else {
435
- Update.enqueueAction(body)
+ Update.enqueueAction {
436
+ self.asyncTransaction { body() }
437
+ }
438
return
439
}
440
host = parent
0 commit comments