'formatter' does not exist in type LightboxSection

Hello,

I get this error (gantt 8.0.9):
‘formatter’ does not exist in type LightboxSection
when i write that :
gantt.config.lightbox.milestone_sections = [
{ name: “description”, height: 70, map_to: “text”, type: “textarea”, focus: true },
{ name: “time”, type: “duration”, single_date: true, map_to: “auto”, formatter: durationFormatter }
];

Your typescript definition isn’t missing something ?

Thanks,
David

Hello David,
Thank you for letting us know about that issue. I will add that information to our internal bug tracker. The dev team will fix the bug in the future, but I cannot give you any ETA.