Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Type Conversion Error #61

Open
SaqibSyed1014 opened this issue Dec 21, 2021 · 1 comment
Open

Type Conversion Error #61

SaqibSyed1014 opened this issue Dec 21, 2021 · 1 comment

Comments

@SaqibSyed1014
Copy link

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

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.

@adhrinae
Copy link
Contributor

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants