79718588

Date: 2025-07-29 12:18:30
Score: 1
Natty:
Report link

Okay, so it seems like nothing inside the config object is updated. I tried a few different solutions but in the end I simply needed to rerender the component to which the onDelete is passed with every reference update, like this:

<Entry
    v-for="(entry, index) in entries"
    :key="`${index}-${entry.entryActionConfig?.reference}`"
    :entry
></Entry>

-${entry.entryActionConfig?.reference} is the important part in here.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jonas