Given this scenario:

Parent Componet
  Child1
    Child2 (child of Child1)
      Child3 (child of Child3)

and Child3 dispatches an event, how can I make the parent see that
event without having to pass it up between each child?  I've made the
event bubble, but I can't seem to make the parent see it.

I can't seem to get the syntax for the addEventListener correct.  Thanks

Reply via email to