We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201823f commit 841db74Copy full SHA for 841db74
src/lib/Room/Room.vue
@@ -66,7 +66,7 @@
66
</infinite-loading>
67
</transition>
68
<transition-group :key="roomId" name="vac-fade-message" tag="span">
69
- <div v-for="(m, i) in messages" :key="`m-${i}`">
+ <div v-for="(m, i) in messages" :key="m._id">
70
<message
71
:current-user-id="currentUserId"
72
:message="m"
0 commit comments