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

Not Working in Vue 3 #69

Open
cliftonlabrum opened this issue Jul 16, 2021 · 4 comments
Open

Not Working in Vue 3 #69

cliftonlabrum opened this issue Jul 16, 2021 · 4 comments

Comments

@cliftonlabrum
Copy link

I'm not sure if this is supposed to work in Vue 3 or not, but I can't get it to work.

I get the following error:

vue-image-upload-resize.common.js:1031 Uncaught (in promise) TypeError: Cannot read property '_c' of undefined
    at Proxy.render (vue-image-upload-resize.common.js:1031)
    at renderComponentRoot (runtime-core.esm-bundler.js:1165)
    at componentEffect (runtime-core.esm-bundler.js:5184)
    at reactiveEffect (reactivity.esm-bundler.js:42)
    at effect (reactivity.esm-bundler.js:17)
    at setupRenderEffect (runtime-core.esm-bundler.js:5137)
    at mountComponent (runtime-core.esm-bundler.js:5096)
    at processComponent (runtime-core.esm-bundler.js:5054)
    at patch (runtime-core.esm-bundler.js:4660)
    at mountChildren (runtime-core.esm-bundler.js:4844)

With the following warning immediately afterwards:

Property "$createElement" was accessed during render but is not defined on instance. 
  at <ImageUploader id="profileImageUploader" debug=0 maxWidth=180  ... > 

Has anyone gotten this to work in Vue 3?

@asdrubalp9
Copy link

got the same problem

@sajeethbritto
Copy link

facing with the same error

1 similar comment
@bestian
Copy link

bestian commented Jan 14, 2023

facing with the same error

@benramsay
Copy link

I have the same problem. Any update planned to be able to use the library with Vue 3 ?

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

5 participants