shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.69k stars 988 forks source link

TypeError: Cannot read properties of undefined (reading '_c') #1735

Open inlancersystem4 opened 9 months ago

inlancersystem4 commented 9 months ago

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')

MRezaKarimi commented 9 months ago

Duplicate issue See: #1533

mattelen commented 9 months ago

@inlancersystem4 Do you have a reproductive link so we can replicate this?

mattelen commented 9 months ago

But also please check what other people have done to fix their issue in #1533, incase that fixes it for you

kokorevdev commented 9 months ago

Check your versions & compatibility, I have had the same issue when using the Vue 2 version of the component in my Vue 3 app.