RangeError: Maximum call stack size exceeded

Unable to get the schedule component to work,  I'm getting a RangeError: Maximum call stack size exceeded. I have followed the demo project and get started without any luck. The scheduler header appears but the loader just keeps spinning nothing else. I'm using typescript, could this be affecting the "provide" properties being picked up?

https://ej2.syncfusion.com/vue/demos/?_ga=2.222679771.199834899.1635904132-1806122478.1630930338#/material/schedule/resource.html

 import { Component, Vue, Ref } from "vue-property-decorator";

 import { SchedulePlugin, Day, Week, WorkWeek, Month, Agenda, DragAndDrop, Resize } from '@syncfusion/ej2-vue-schedule';

 Vue.use(SchedulePlugin)

    @Component({ components: { Cropper } })

    export default class Create extends Vue {

        provide = {

            schedule: [Day, Week, WorkWeek, Month, Agenda]

        }




1 Reply

BS Balasubramanian Sattanathan Syncfusion Team November 8, 2021 11:14 AM UTC

Hi Andrew,

Greetings from Syncfusion Support.

We have validated your reported scenario at our end and suspect that you could face the problem due to missing required module file in import section. So we would suggest you to refer the below UG and sample to know more details. 


Kindly refer to the above links and let us know if you need further assistance. 

Regards,
Balasubramanian S 


Loader.
Up arrow icon