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
I'm using it on a project and came across an issue (that do not break anything).
When using typeahead-url Vue shows a warning:
[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "existingTags"
I guess this is because of the assignation here at least
Hello, thank you for your awesome component.
I'm using it on a project and came across an issue (that do not break anything).
When using
typeahead-url
Vue shows a warning:I guess this is because of the assignation here at least
vue-tagsinput/src/VoerroTagsInput.vue
Line 504 in e4ef0fb
The text was updated successfully, but these errors were encountered: