Closed

Description
Version
2.5.11
Reproduction link
https://jsfiddle.net/2v8pr5he/
Steps to reproduce
I'm getting the following warning:
Invalid key "modify" in validation rules object for prop 'form'
while defining a prop like this:
props: {
form: {
type: Object,
default: () => ({}),
modify: 'formData'
}
}
while I know that modify
is not a standard property in vue, it is used by my vue plugin. Is there some way I can disable this warning or change the validation rules for props?
What is expected?
Ideally there should be a way to disable this specific warning.
What is actually happening?
No such way currently.
Metadata
Metadata
Assignees
Labels
No labels