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

[Vue3] Error: Cannot read property '_c' of undefined #28

Open
dligthart opened this issue Jun 11, 2021 · 2 comments
Open

[Vue3] Error: Cannot read property '_c' of undefined #28

dligthart opened this issue Jun 11, 2021 · 2 comments

Comments

@dligthart
Copy link

app.js:51482 Uncaught (in promise) TypeError: Cannot read property '_c' of undefined
at Proxy.vue_render (app.js:51482)
at renderComponentRoot (app.js:8247)
at componentEffect (app.js:12250)
at reactiveEffect (app.js:6121)
at effect (app.js:6096)
at setupRenderEffect (app.js:12203)
at mountComponent (app.js:12162)
at processComponent (app.js:12120)
at patch (app.js:11735)
at mountChildren (app.js:11910)

@dligthart
Copy link
Author

or this when animation is false:

app.js:51213 Uncaught (in promise) TypeError: this$1.$set is not a function
at webpack_modules../node_modules/@tweenjs/tween.js/src/Tween.js.TWEEN.Tween._onUpdateCallback (app.js:51213)
at webpack_modules../node_modules/@tweenjs/tween.js/src/Tween.js.TWEEN.Tween.update (app.js:449)
at _Group.update (app.js:112)
at animate (app.js:51202)
at Proxy.makeAnimations (app.js:51218)
at Proxy.created (app.js:51243)
at callWithErrorHandling (app.js:7241)
at callWithAsyncErrorHandling (app.js:7250)
at callWithAsyncErrorHandling (app.js:7260)
at callHook (app.js:10253)

@spacewaffle
Copy link

Any update on this? I'm having the same issue.

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

2 participants