Alex Barfield (prev. Scotton)
Alex Barfield (prev. Scotton)
@nabeelzqadri spotted your issue whilst browsing for issues relating to those I am now facing having successfully recovered from what may be the issue you have. Ensure you have `ffmpeg`...
Thanks @thomasaull. I also had this issue within `v1.0.0-beta.8` & downgrading to `v1.0.0-beta.7` fixes the problem.
@thomasaull I had just spotted that branch whilst investigating the differences between beta 8 & 9, as seen here: https://github.com/Shopify/draggable/compare/v1.0.0-beta.7...v1.0.0-beta.8 There's some significant changes to how the mirror is being...
:+1: I have this issue too!
Do you have a reference for a task list? I can only see the [progress bar](https://laravel.com/docs/9.x/artisan#progress-bars) that might be handy?
Hey @acerix & @arshaw, thanks for the library! I'm also having issues where `snapDuration > slotDuration` and must admit that whilst instances where snapDuration is less it does work, this...
Update: I've tracked down the code responsible. It seems to be the [`processSlotOptions` method](https://github.com/fullcalendar/fullcalendar/blob/00e46d7d067d48836d36bb23758fe3e86376d595/packages/timegrid/src/TimeCols.tsx#L224-L233) is returning an altered `snapDuration`, here's an example in my debugger: 