I created a project from scratch exactly according to your instructions, as mentioned in your documentation. Mentioned here: https://ej2.syncfusion.com/vue/documentation/dialog/dialog-getting-started/
I am using Vue 3 and thus followed the instructions for Vue 3.
The full error is:
app.js:171 Uncaught TypeError: Cannot read properties of undefined (reading 'slots')
at DialogComponent.eval (vue-class-component.esm-bundler.js?fc81:256:1)
at DialogComponent.ComponentBase.fetchChildPropValues (component-base.js?7487:186:1)
at DialogComponent.ComponentBase.bindProperties (component-base.js?7487:159:1)
at new DialogComponent (dialog.component.js?c1d0:58:1)
at options.setup (vue-class-component.esm-bundler.js?fc81:375:1)
at callWithErrorHandling (runtime-core.esm-bundler.js?d2dd:155:1)
at setupStatefulComponent (runtime-core.esm-bundler.js?d2dd:7056:1)
at setupComponent (runtime-core.esm-bundler.js?d2dd:7011:1)
at mountComponent (runtime-core.esm-bundler.js?d2dd:4922:1)
at processComponent (runtime-core.esm-bundler.js?d2dd:4897:1)
This is my code:
Hi,
I can receive the same error for the daterangepicker component
Regards,
Arvin