You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
console says Invalid prop: type check failed for prop "modelValue". Expected String with value "null", got Null at <VueDadata modelValue=null onUpdate:modelValue=fn suggestion=null ... >
I added modelValue = "something"
to suppress warning, but nothing happened. It works fine, but I think something is not idiomatic in my code.
I found that
modelValue: {
type: String,
required: true
},
where String is not just String, but "Allows manipulation and formatting of text strings and determination and location of substrings within strings."
The text was updated successfully, but these errors were encountered:
Hi,
console says
Invalid prop: type check failed for prop "modelValue". Expected String with value "null", got Null
at <VueDadata modelValue=null onUpdate:modelValue=fn suggestion=null ... >
I added
modelValue = "something"
to suppress warning, but nothing happened. It works fine, but I think something is not idiomatic in my code.
I found that
where String is not just String, but "Allows manipulation and formatting of text strings and determination and location of substrings within strings."
The text was updated successfully, but these errors were encountered: