[Bug] Event resizing does not work in the production build
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
- Go to https://antoniandre.github.io/vue-cal/examples/calendar-events--interactions
- Create an event in the calendar
- Start resizing the event
No commits since 12 October, I hope the dev is sound and well.
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!
Same issue