iNeoO / vue-meeting-selector

This component is inspired from the meeting selector from doctolib with the power of Vuejs components.
https://vue-meeting-selector.tuturu.io
96 stars 19 forks source link

Uncaught (in promise) TypeError: Cannot read property '_init' of undefined #16

Closed jborges42 closed 3 years ago

jborges42 commented 3 years ago

Hello, When adding the example code I am getting error in my vite app

vue.runtime.esm.js:5168 Uncaught (in promise) TypeError: Cannot read property '_init' of undefined at VueMeetingSelector (vue.runtime.esm.js:5168) at renderComponentRoot (runtime-core.esm-bundler.js:782) at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:4532) at ReactiveEffect.run (reactivity.esm-bundler.js:160) at setupRenderEffect (runtime-core.esm-bundler.js:4657) at mountComponent (runtime-core.esm-bundler.js:4443) at processComponent (runtime-core.esm-bundler.js:4401) at patch (runtime-core.esm-bundler.js:3995) at mountChildren (runtime-core.esm-bundler.js:4191) at mountElement (runtime-core.esm-bundler.js:4100)

iNeoO commented 3 years ago

Hi, are you using nuxt ? because someone add the same pb #15

jborges42 commented 3 years ago

No, I'm not using nuxt :/

jborges42 commented 3 years ago

Solved. The problem was in the vite global settings.

iNeoO commented 3 years ago

ok nice !

sasha0 commented 2 years ago

@borges01 could you please share how did you fix it locally on the vite? Thanks!