@n.taddei thank you very much!
N
Best posts made by niklaszantner
Latest posts made by niklaszantner
-
RE: ~~Do not upgrade to Vue 2.4.x (yet)~~ Edit: Safe to upgrade
I can confirm @LaurentPayot, even with https://github.com/vuejs/vue/issues/6093 fixed in vue 2.4.2 the described error still occurs.
-
Possible bug in current beta with q-input
I did a
rm -rdf node-modules && npm i && quasar dev
today and found an interesting error.As soon as a
q-input
is rendered, following error occurs:[Vue warn]: Injection "__field" not found found in ---> <QInputFrame> <QInput> <QLayout> <Index> at [DEV_DIR]/beta/src/components/Hello.vue <App> at [DEV_DIR]/beta/src/App.vue <Root>
You can repdocue this by running
quasar init default#beta beta-dir && cd beta-dir && npm i
and adding a<q-input v-model="text" />
tosrc/components/Hello.vue
(and of course import the component and adding it to the components object in the vue instance). Runningquasar dev
then yields the already shown error.Some questions by me:
- Can someone else reproduce that (yesterday everything worked fine, that’s why I am unsure about if this is an actual bug)?
- Am I missing something obvious (I started with quasar two weeks ago and moved to v0.14 yesterday)?
- If this is a bug, do I report it in the default https://github.com/quasarframework/quasar repo or is there something to consider / special when reporting beta bugs?
Thanks for your help and nice to be part of the community