fullcalendar/fullcalendar-angular

View arg in `datesSet` is missing `type` property

ganySA opened this issue · 5 comments

View API view object is missing the 'type' property - as documented by the docs.

as per docs:

type
Name of one of the available views (a string).

Would you be able to post a runnable, stripped-down demonstration of the bug? Would really appreciate it because the time saved reproducing will be time spent fixing.

Is there a working version 6 playground? See only 5.

not trying to be difficult but this really doesn’t need much to reproduce - it’s a missing property on a documented object. Take a look at viewapi “type” is missing.

Happens to us during the upgrade from fullcalendar v5.10 to v6.beta3. We have a side effect that when dates set, we keep a certain state paramter of the view. We use dates.view.type in that.

I've boiled it down to this stackblitz: https://stackblitz.com/edit/angular-ivy-xzp8su?file=src/app/app.component.ts

Just checking if this one is still open - i saw version 6 released but this still looks problematic.

This is not specific to Angular and was reported in the main repo so I'll move to that issue:

fullcalendar/fullcalendar#7056

Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.