You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I want to destroy the calender using
$("#evoCalendar").evoCalendar('destroy');
the console show me an error with this message
Cannot read properties of null (reading 'off') at EvoCalendar.destroyEventListener
the full message :
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'off')
at EvoCalendar.destroyEventListener (evo-calendar.js?2701:477)
at EvoCalendar.destroy (evo-calendar.js?2701:250)
at jQuery.fn.init.$.fn.evoCalendar (evo-calendar.js?2701:1111)
at eval (TodayAppointment.vue?1ede:241)
at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:6668)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?5c40:6677)
at Array.hook.__weh.hook.__weh (runtime-core.esm-bundler.js?5c40:1931)
at invokeArrayFns (shared.esm-bundler.js?9ff4:552)
at unmountComponent (runtime-core.esm-bundler.js?5c40:4748)
at unmount (runtime-core.esm-bundler.js?5c40:4658)
The text was updated successfully, but these errors were encountered:
when I want to destroy the calender using
$("#evoCalendar").evoCalendar('destroy');
the console show me an error with this message
Cannot read properties of null (reading 'off') at EvoCalendar.destroyEventListener
the full message :
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'off')
at EvoCalendar.destroyEventListener (evo-calendar.js?2701:477)
at EvoCalendar.destroy (evo-calendar.js?2701:250)
at jQuery.fn.init.$.fn.evoCalendar (evo-calendar.js?2701:1111)
at eval (TodayAppointment.vue?1ede:241)
at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:6668)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?5c40:6677)
at Array.hook.__weh.hook.__weh (runtime-core.esm-bundler.js?5c40:1931)
at invokeArrayFns (shared.esm-bundler.js?9ff4:552)
at unmountComponent (runtime-core.esm-bundler.js?5c40:4748)
at unmount (runtime-core.esm-bundler.js?5c40:4658)
The text was updated successfully, but these errors were encountered: