Nested HasMany Repeater โ deleteAction always receives parent record instead of child
Hey everyone
I have a nested Repeater setup โ basically a HasMany inside another HasMany. When I call ->deleteAction($record) on the inner repeater and dd($record) inside the actionโs body, I always get the parent record, not the specific child item that was deleted.
This makes it impossible to check certain conditions before deleting a specific child.
Has anyone run into this before or found a way to access the actual child record inside the delete action of a nested repeater?