You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome, looks like this was fixed in #71, but it got merged into master. Now develop and master are out of sync. Which branch were you using for releases?
I'm getting an exception thrown when trying to register an eager singleton which I'm registering/binding within a module, like so:
This throws an exception in -[JSObjectionInjector initializeEagerSingletons] because there isn't a binding in the global context.
Would you be agreeable to a pull request that changes -initializeEagerSingletons to check for an entry in _context as well?
The text was updated successfully, but these errors were encountered: