You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=
Hi, I literally copy&pasted the list from the simple demo and I'm getting this error:
there are also a couple of warnings:
my package.json:
The text was updated successfully, but these errors were encountered: