dmitrizzle/chat-bubble

ReferenceError: chatWindow is not defined

echrs opened this issue · 2 comments

echrs commented

Hi, I tried to implement this in my vue js + vuetify project yet I am unable to go past the reply. I get this error when I click on a reply.
image
image
image
Code: https://pastebin.com/RFTtside

I have no other errors which is why this is confusing me. Does anyone know where should I look? I've tried tons of things and nothing.
Thank you!

Hmm that's odd. May have something to do with how View.js interacts with DOM and that being the confusion factor for this app. Could you try implementing this example: https://github.com/dmitrizzle/chat-bubble/blob/master/examples/4-run-scripts.html and inside bananaFunction logging both chatWindow and document.getElementById("chat") - this may point you in the right direction.

Closing due to inactivity.