Skip to content

Commit cf88f3f

Browse files
committed
Fix ViewGraph.instantiateOutputs issue
1 parent d3ba96f commit cf88f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenSwiftUICore/View/Graph/ViewGraph.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ package final class ViewGraph: GraphHost {
210210
}
211211

212212
override package func instantiateOutputs() {
213-
let outputs = globalSubgraph.apply {
213+
let outputs = rootSubgraph.apply {
214214
// Audited for 6.5.4
215215
var inputs = _ViewInputs(
216216
graphInputs,

0 commit comments

Comments
 (0)