drill down the issue - is that when there is a single summary task it gives me the error
export const sampleTasks = [
// Parent task - Project Planning
{
id: 1,
text: 'Project Planning',
start: new Date(2025, 11, 1, 8, 0), // December 1, 2025, 8:00 AM
end: new Date(2025, 11, 8, 17, 0), // December 8, 2025, 5:00 PM
type: 'summary',
open: true,
progress: 60,
},
];