I was implementing resource reordering feature in my mbsc-eventcalendar, but I’m encountering the following errors:
1)Module ‘“@mobiscroll/angular”’ has no exported member ‘MbscResourceOrderEvent’
2)‘“@mobiscroll/angular”’ has no exported member named ‘MbscResourceDeleteEvent’.
3)‘“@mobiscroll/angular”’ has no exported member named ‘MbscResourceCreateEvent’.
You see these error messages because you are currently using an older version - 5.31.2.
The resource reordering feature was introduced in v5.33.
The solution should be straightforward: simply upgrade to the latest version, and this will resolve the errors.
@Zsombor Thank you for the support