Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions Sources/OpenSwiftUICore/Data/Combine/ObservedObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OpenSwiftUICore
//
// Audited for 6.5.4
// Status: Blocked by addTreeValueSlow
// Status: Complete
// ID: C212C242BFEB175E53A59438AB276A7C (SwiftUICore)

import OpenAttributeGraphShims
Expand Down Expand Up @@ -222,7 +222,13 @@ extension ObservedObject {
invalidation: WeakAttribute(attribute)
)
buffer.append(box, fieldOffset: fieldOffset)
// TODO: addTreeValueSlow
addTreeValue(
attribute,
as: ObjectType.self,
at: fieldOffset,
in: Value.self,
flags: .observedObjectSignal
)
}
}

Expand Down
Loading
Loading