-
Notifications
You must be signed in to change notification settings - Fork 379
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
Invalid key "custom" in validation rules object for prop "XYZ". #109
Comments
Yes, it's happening everywhere. I believe it's related to these changes in the new release https://github.com/vuejs/vue/releases Improvements warn misspelled keys on prop validation object (#7198) d02bb37, closes vuejs/vue#7198 |
Yes, it seems the Vue now check properties to look exactly like in the documentation. Vue2Leaflet is using a key called "custom" in the property in order to bind it to the method of the Vue2Leaflet object or the method of the underlying leaflet object. It seems that you can no longer do that with Vue so I need to find a new way of doing this... Mickaël |
Closing as it should no longer be an issue with the last vue version. |
Description
When importing components vue esm is giving warnings as custom is not valid prop key.
as they have added the check for "warn misspelled keys on prop validation object"
vuejs/vue@d02bb37
Steps to Reproduce
Use vue: v2.5.11
https://github.com/vuejs/vue/releases
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: