vue-cal icon indicating copy to clipboard operation
vue-cal copied to clipboard

[Bug] Event resizing does not work in the production build

Open Gleb-Iv opened this issue 2 months ago • 2 comments

Vue Cal Version

5.0.1-rc.33

Vue Version

3.5.21

Additional Settings

  • [x] Using Composition API
  • [ ] Using SSR

Describe the Bug & Expected Behavior

In the production build, the event resizing feature is not working. It works correctly in development mode

You can reproduce the issue on the example page: https://antoniandre.github.io/vue-cal/examples/calendar-events--interactions

The problem starts from version 5.0.1-rc.30 and persists in 5.0.1-rc.33.

The console shows the following error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'props')

Provide a Reproduction Link

  1. Go to https://antoniandre.github.io/vue-cal/examples/calendar-events--interactions
  2. Create an event in the calendar
  3. Start resizing the event

Gleb-Iv avatar Oct 20 '25 08:10 Gleb-Iv

No commits since 12 October, I hope the dev is sound and well.

MedLabs avatar Nov 20 '25 12:11 MedLabs

Same issue here, Cannot read properties of undefined (reading 'props'). I've tried to debug the resizing process, but I found nothing. Any suggestion is welcome!

daudi44 avatar Dec 16 '25 10:12 daudi44

Same issue

GerardoIbarra avatar Dec 19 '25 16:12 GerardoIbarra