I am trying to catch an event on Dom element's node: https://gist.github.com/monapasan/a4480bcd2aeca1348157 In makeFooter method. I also have a node on higher level and a scene. All of nodes have onReceive method but none of those is triggered, if i click on element. And i also have this exceptions. The third object in queue should be node that was clicked, but it's undefined. It's absolutely possible that i doing something wrong. But in this case i don't understand what. I was trying onReceive method,GestureHandler as well as custom component,bun in all cases i get an exception. Could anyone explain, what is the problem ?  