diff --git a/Sources/OpenSwiftUICore/Graph/GraphInputs.swift b/Sources/OpenSwiftUICore/Graph/GraphInputs.swift index 712fd1a27..f56688b69 100644 --- a/Sources/OpenSwiftUICore/Graph/GraphInputs.swift +++ b/Sources/OpenSwiftUICore/Graph/GraphInputs.swift @@ -122,7 +122,7 @@ public struct _GraphInputs { @inlinable package mutating func merge(_ other: _GraphInputs.Phase) { - resetSeed = resetSeed + other.resetSeed + resetSeed = resetSeed &+ other.resetSeed isBeingRemoved = isBeingRemoved || other.isBeingRemoved }