How can I resolve this error? #1723
Closed
rodriguezrod1
started this conversation in
General
Replies: 1 comment
-
This is quite a common error with you are using a version of the multi select that isn't compatible with Vue 3. We support Vue 3 from the multiselect version 3 and above, so I would double check that the version you are using is compatible with Vue 3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I resolve this error? I'm working with Vue 3. Thanks
vue-multiselect.min.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')
at Proxy.r (vue-multiselect.min.js:1:44413)
at renderComponentRoot (runtime-core.esm-bundler.js:816:16)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5701:46)
at ReactiveEffect.run (reactivity.esm-bundler.js:178:19)
at instance.update (runtime-core.esm-bundler.js:5814:51)
at setupRenderEffect (runtime-core.esm-bundler.js:5822:5)
at mountComponent (runtime-core.esm-bundler.js:5612:5)
at processComponent (runtime-core.esm-bundler.js:5565:9)
at patch (runtime-core.esm-bundler.js:5040:11)
at mountChildren (runtime-core.esm-bundler.js:5284:
Beta Was this translation helpful? Give feedback.
All reactions