I wanted to inform you about an issue I encountered with your resource timeline component in Svelte 5. Upon initialization, the date and time in the header do not render correctly—the column values are initialized, but the display strings are empty, which causes the layout to break. Interestingly, when moving to the next day, everything renders properly, so it appears to be an issue specifically related to initialization.
To continue using the component, I’ve downgraded to Svelte 4, which resolves the problem. Thank you so much for developing this component—I really appreciate your work!
I've attached the code below if you'd like to investigate further:
`
I wanted to inform you about an issue I encountered with your resource timeline component in Svelte 5. Upon initialization, the date and time in the header do not render correctly—the column values are initialized, but the display strings are empty, which causes the layout to break. Interestingly, when moving to the next day, everything renders properly, so it appears to be an issue specifically related to initialization.
To continue using the component, I’ve downgraded to Svelte 4, which resolves the problem. Thank you so much for developing this component—I really appreciate your work!
I've attached the code below if you'd like to investigate further: `
<Calendar {plugins} {options} />
`