2👍
✅
I discovered in this moment that the error is that the attributes related to the events emitted by the child components can’t have camelCase syntax.
So that:
@removeBlockParticipant="removeBlockParticipant"
should be:
@remove-block-participant="removeBlockParticipant"
In case someone has the same problem.
Source:stackexchange.com