vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
1.35k stars 115 forks source link

Svelte 5 resource timeline #358

Open ngDuyAnh opened 4 weeks ago

ngDuyAnh commented 4 weeks ago

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} />

`

vkurko commented 3 weeks ago

Thanks, Svelte 5 support is in the works.