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
Hi, guys, i'm getting this error Failed to execute 'insertAdjacentElement' on 'Element': parameter 2 is not of type 'Element'. when i want to refresh the calendar
try {
this.scheduleObject.refresh();
}
catch (error) {
console.error(error);
}
Hi, guys, i'm getting this error Failed to execute 'insertAdjacentElement' on 'Element': parameter 2 is not of type 'Element'. when i want to refresh the calendar
try {
this.scheduleObject.refresh();
}
catch (error) {
console.error(error);
}