Antoine Dupont
Antoine Dupont
`room-id` is working fine on my side. Could you give me access to your repo, or reproduce a minimal example so I can reproduce?
Maybe you can work with mock data, you can use this repo as a sandbox so you don't need to setup a whole project: https://github.com/antoine92190/vue-advanced-chat-sandbox
@TimurZur Did you have time to create a project or find a solution?
Closing this until I can reproduce the issue
All ids must be strings. You need to convert all messages `senderId` to a string, so it can match `currentUserId` which is also a string.
Indeed, I would need to make the text formatting service available outside, which can be a nice addition. But in the meantime, can't you customise messages using CSS only?
After thinking about it that's the purpose of slots. If you replace a part of the component by using slots, you canot expect to still use a part of the...
It's working on my side... Could you share a minimal example repo to reproduce the issue?
Is it working on the demo for you ? https://antoine92190.github.io/vue-advanced-chat/
Thanks, I can reproduce. I will fix this ASAP