MatheusrdSantos / vue-quick-chat

A simple chat component created with Vue.js
MIT License
128 stars 45 forks source link

[Vue warn]: Error in callback for watcher "messages": "TypeError: Cannot read property 'zone' of null" #32

Closed gamgam-jap closed 4 years ago

gamgam-jap commented 4 years ago

When I send messages, following console error displayed; [Vue warn]: Error in callback for watcher "messages": "TypeError: Cannot read property 'zone' of null"

What is this?