I have a List.

the list uses an itemRenderer

the itemRenderer loads in another component dynamically depending on data.type

the components that are loaded in listen for specified events

why is it that it is catching the event twice, when it is only dispatched once?

It is listening on a singletonEnforced class, and it is not a bubbling event.

Is this because of the itemRenderer? Is this a stupid mistake that I am making?

Reply via email to