Firebase – Vue won't render when mutating DOM
I am building a chat functionality in my app (using Typescript, Firebase and Pinia) where the user can create and join a room, where the messages are exchange. The problem is that, after sending the message, the DOM won't update…