There’s an issue when passing connections to timeline.
Currently using the latest version 5.29.0
It happens when a connected event is in the current view
I’ve already used the sample data on the docs.
connections={[
{
arrow: false,
color: 'red',
cssClass: 'my-test-class',
from: 137,
to: 13,
type: 'fs',
},
{
arrow: false,
color: 'rgb(255,69,0)',
from: 1,
to: 6,
type: 'ss',
},
]}