I expanded the macro, and wrote the value myself. It seems this fixed the issue.
PredicateExpressions.build_Equal(
lhs: PredicateExpressions.build_KeyPath(
root: PredicateExpressions.build_KeyPath(
root: PredicateExpressions.build_Arg($0),
keyPath: \.donations
),
keyPath: \.count
),
rhs: PredicateExpressions.build_Arg(tipShownLimit)
)
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: