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') #77

Open
StanleyKaleta opened this issue Dec 15, 2022 · 0 comments

Comments

@StanleyKaleta
Copy link

StanleyKaleta commented Dec 15, 2022

Hi, I literally copy&pasted the list from the simple demo and I'm getting this error:

vue-horizontal-list.esm.js:954 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')
    at Proxy.__vue_render__ (vue-horizontal-list.esm.js:954:22)
    at renderComponentRoot (runtime-core.esm-bundler.js:898:44)
    at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5631:57)
    at ReactiveEffect.run (reactivity.esm-bundler.js:187:25)
    at instance.update (runtime-core.esm-bundler.js:5745:56)
    at setupRenderEffect (runtime-core.esm-bundler.js:5759:9)
    at mountComponent (runtime-core.esm-bundler.js:5541:9)
    at processComponent (runtime-core.esm-bundler.js:5499:17)
    at patch (runtime-core.esm-bundler.js:5101:21)
    at mountChildren (runtime-core.esm-bundler.js:5285:13)

there are also a couple of warnings:

[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core 
  at <VueHorizontalList items= 
[Vue warn]: Unhandled error during execution of render function 
  at <VueHorizontalList items= 
[Vue warn]: Property "_self" was accessed during render but is not defined on instance. 
  at <VueHorizontalList items= 
[Vue warn]: Property "$createElement" was accessed during render but is not defined on instance. 
  at <VueHorizontalList items= 

my package.json:

{
  "name": "frontend",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "vue": "^3.2.45",
    "vue-horizontal-list": "^1.3.0",
    "vuetify": "^3.0.4"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^4.0.0",
    "vite": "^4.0.0"
  }
}
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

1 participant