enhancementgood first issue
Métriques du dépôt
- Stars
- (3 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
What should be done
To call a listener we have to keep the route (or at least the callListener function) in the calling scope and that is not great.
This PR parses the received data to add a call method to the Listener components that can take an event object as param.