Issue
When you have two items where the source anchor is on the same x point as the target anchor, the arrow get pointed in the wrong direction.

<ArcherElement
id={String(event.id)}
relations={event.connections?.map(targetId => ({
targetId,
sourceAnchor: 'right',
targetAnchor: 'left',
}))}
key={event.id}
>
Issue
When you have two items where the source anchor is on the same x point as the target anchor, the arrow get pointed in the wrong direction.