Skip to content

Commit 0debb63

Browse files
committed
Update OpenAttributeGraph dependency to fix link issue
See OpenSwiftUIProject/OpenAttributeGraph#179
1 parent 536600b commit 0debb63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/OpenSwiftUICore/Data/State/State.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private struct StatePropertyBox<Value>: DynamicPropertyBox {
266266
signal: signal
267267
)
268268
}
269-
let signalChanged = signal.changedValue()?.changed ?? false
269+
let signalChanged = signal.changedValue(options: [])?.changed ?? false
270270
property._value = location!.updateValue
271271
property._location = location!
272272
return (signalChanged ? location!.wasRead : false) || locationChanged

0 commit comments

Comments
 (0)