Fix feed transition keys
This commit is contained in:
@@ -23,8 +23,8 @@ onMounted(() => {
|
||||
style="max-height: calc(100vh - 160px); min-width: 60vw;"
|
||||
>
|
||||
<RealtimeEventCard
|
||||
v-for="(ev, idx) in realtime.events"
|
||||
:key="ev.receivedAt + idx"
|
||||
v-for="ev in realtime.events"
|
||||
:key="ev.id"
|
||||
:event="ev"
|
||||
style="max-width: 100%; border-bottom: white 1px solid; padding: 20px 0 40px 20px ;"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user