Hei 🙂
First of all, huge thanks for the amazing work, especially the schedule component it’s really awesome.
I’m currently trying out the new schedule and ran into a couple of things.
- When running tests (for a component that uses the schedule), I get the following error:
SyntaxError: The requested module 'rrule' does not provide an export named 'RRule'
I’m using Vite 7 and Node v24 — am I doing something wrong, or could I be missing a dependency?
- onDateChange seems to only return the start date.
It would be very helpful, especially in the month view, to also have access to the start and end dates of the current view.
Would appreciate any hints or clarification — thanks a lot!