Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c') error #54

Open
BOBY-MIN opened this issue Sep 12, 2021 · 11 comments

Comments

@BOBY-MIN
Copy link

BOBY-MIN commented Sep 12, 2021

The following error occurs when using vue3.
After installation, there is no development other than basic usage.
please check.

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')

@lazynewt
Copy link

Second this using Vite, vue3.

@BOBY-MIN
Copy link
Author

I used vue-cli for my vue project.
So, it seems that the above error occurs.
thank you.

@capvalen
Copy link

capvalen commented Nov 4, 2021

Error in Vue Cli with Vue 3

@zaminhub
Copy link

With this error there are several warns:

  1. Property "$createElement" was accessed during render but is not defined on instance.
  2. Property "_self" was accessed during render but is not defined on instance.
  3. Unhandled error during execution of render function
    using Inertia-vue3

@celsoluiz81
Copy link

I'm having the same issue and as a result the carousel is never loaded.

@JoseMariani
Copy link

PLease help !! same issue, i thinks is render function, because change in vue3 ...

@capvalen
Copy link

I remember that I was solved putting the CDN of jQuery in the index.html of the proyect before until any script. In the

@sadikins
Copy link

sadikins commented Apr 5, 2022

same issue in Vue CLI and Vite

@rwaddin
Copy link

rwaddin commented Aug 15, 2022

same issue vue-cli with vue3 :(

@iamirnet
Copy link

Yes, I faced this problem
Just enter as below to use.
import carousel from 'vue-owl-carousel/src/Carousel'

@Sandeepperikala
Copy link

Sandeepperikala commented Oct 22, 2023

I'm using import import { Carousel3d, Slide } from 'vue-carousel-3d' for this. i am getting vue-router.mjs:3471 TypeError: Cannot read properties of undefined (reading '_c') this error. there is any another solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants