DEV Community

Discussion on: Hands-on Vue.js for Beginners (Part 7)

Collapse
 
gabcee profile image
gabcee

Hey there! Amazing content. I'm just starting with Vue and being able to read this helped the process of understand more about Vue.

One question tho. I noticed that there was a Vue warn saying 'Error in callback for watcher "favoriteGame: TypeError: Cannot read property 'toLowerCase' of null', what does this mean?

Collapse
 
marinamosti profile image
Marina Mosti

It means that the variable that you are using toLowerCase on does not exist. Can't really tell without seeing the code though.
Glad you liked it!