We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fa283 commit f6ae038Copy full SHA for f6ae038
packages/graph/src/-private/operations/merge-identifier.ts
@@ -39,7 +39,7 @@ function mergeBelongsTo(graph: Graph, rel: ResourceEdge, op: MergeOperation): vo
39
rel.remoteState = op.value;
40
}
41
if (rel.localState === op.record) {
42
- rel.localState = op.record;
+ rel.localState = op.value;
43
notifyChange(graph, rel.identifier, rel.definition.key);
44
45
0 commit comments