Clear and concise description of the problem
On v0.40.7 Drag and Drop and resize events on month view are not fonctional.
No problems on v0.38.9 and inferior.
No problems on week views.
onEventDrop={this.moveResizeEvent}. -> no result and no error on month view
onEventResize={this.moveResizeEvent} -> no result and no error on month view
Suggested solution
onEventDrop and onEventResize must be functional on month view.
onEventDrop and onEventResize do nothing currently
Alternative
No response
Additional context
No response
Validations
Would you like to open a PR for this feature?