- Issue created by @lussoluca
Some event listeners from ECA are not registered using the addListener()
method and can cause a warning in the addCalledListener
method.
Quick fix: check if an event exists in the notCalledListeners
array before using it.
Long fix: understand why this happens :-)
Active
1.1
Code