Hey!
I'm using Objection in a complex setup which involves switching injectors. I noticed then that something was preventing injectors from being deallocated. I did a little research and found a retain cycle. __JSObjectionInjectorDefaultModule is retaining an injector, while it itself is stored inside the injector in _modules array.
Cheers :)
Hey! I'm using Objection in a complex setup which involves switching injectors. I noticed then that something was preventing injectors from being deallocated. I did a little research and found a retain cycle. __JSObjectionInjectorDefaultModule is retaining an injector, while it itself is stored inside the injector in _modules array. Cheers :)