hi,
if I dispatch an event from a component, can this event be listened by the grandparent of the component ?
If not, what should I do to make it happen ?
Should I add a listener and dispatcher to the parent (component in the middle) as well ?
Thanks