79436361

Date: 2025-02-13 13:48:45
Score: 1
Natty:
Report link

you need to add a unique key to the component, e.g item.raw.id

<template #item.e_created_at="{ item }">
  <event-date :key="item.raw.id" :initialDate="item.raw.e_created_at" />
  {{ item.raw.e_created_at }}
</template>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sveta