Skip to content

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

Open
@dligthart

Description

@dligthart

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)

Activity

dligthart

dligthart commented on Jun 11, 2021

@dligthart
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

spacewaffle commented on Feb 11, 2022

@spacewaffle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      [Vue3] Error: Cannot read property '_c' of undefined · Issue #28 · greghub/vue-funnel-graph-js