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
{{ message }}
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
The Calendar is rendering but not displaying schedules. Its giving me error
TypeError: Cannot convert undefined or null to object Calendar.vue?96c9:184
on console. When I click the error, it shows error on line for (const eventName of Object.keys(this.$listeners)) { this.calendarInstance.on(eventName, (...args) => this.$emit(eventName, ...args)); }
// Write example code
Expected Behavior
Need it to work in normal behaviour.
The text was updated successfully, but these errors were encountered:
@SaqibSyed1014
Could you give us the example code to reproduce the error? So that I can check the problem.
More detail about the issue will help to resolve it. Such as:
how did you create the calendar component?
with which options?
how did you structure the data of your schedules?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
1.1.1
Test Environment
Chrome, Windows 10, Vue 3
Current Behavior
The Calendar is rendering but not displaying schedules. Its giving me error
// Write example code
Expected Behavior
Need it to work in normal behaviour.
The text was updated successfully, but these errors were encountered: