Skip to content
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 warn]: Error in callback for watcher "value": "TypeError: Cannot read property 'length' of null" #382

Open
GovarJabbar opened this issue Dec 4, 2020 · 1 comment

Comments

@GovarJabbar
Copy link

it show this error when you update all data related to vue suggest and the error was with this line:
if (this.text.length < this.minLength) { dist/es6.js:546
i fixed with this: if (this.text && this.text.length < this.minLength) {

if (this.text.length < this.minLength) {

@shinichiro-motoike
Copy link

I'm also stuck with the same bug.
Can you still accept this fix PR from now on?

Also, if anyone has the same problem, please let me know how to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants