-
Notifications
You must be signed in to change notification settings - Fork 475
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
Vue props validation error #278
Comments
Seeing this in several other plugins. Pretty sure it's related to these changes, as mentioned in https://github.com/vuejs/vue/releases Improvements warn misspelled keys on prop validation object (#7198) d02bb37, closes vuejs/vue#7198 |
Hi All, Encountering the same problem... Thanks in advance, |
I am also getting a lot of these warnings:
|
Seems it's just warnings. You can safely ignore them until it's fixed here. Or you can go back to the previous version of vuejs (2.5.10). |
@asifm despite it's just warnings, it breaks Vue and app doesn't work. |
I just went back to vue 2.5.10. Things are fine now. Make sure you downversion the other packages that have to match vue version. In my case they were vue-template-compiler and vue-server-renderer. |
Thanks for this valuase info, @asifm. Thanks in advance for your reply. Johnny |
They have to always match the vue version. So they'll also be 2.5.10 |
Problem solved (running now on 2.5.10) |
so.. are we waiting for vue to fix this or are we waiting for vue-google-maps to fix this? I know it's just a warning.. but I don't like locking my vue version |
@vesper8 We're waiting for all the libraries to fix and update. Vue has nothing further to do about it. 2.5.11 hasn't brought much change (other than this one), so going back to 2.5.10 seems a good solution for the time being. |
I have read somewhere that since Vue has added some spellchecking for props keys, it will always warn. Here is the commit link |
Yep, indeed @Arwany ... It WAS a problem in 2.5.11... Grtz, |
Please close the issue. Vue 2.5.12 (and later versions) won't cause this problem. |
Vue version 2.5.11 complains on "twoWay" prop for a list of objects
vue2-google-maps version is 0.8.4
The text was updated successfully, but these errors were encountered: