Description
When we use InstanceType<typeof X> with factory, it looks like that this dependency has not been injected to required class
Minimal reproducible example
https://github.com/miello/poc-issue-what-the-dep/tree/not-inject-dependency
Logs
register 600928c8 GithubClient
register 5e771ee2 ProbotOctokitType
register 8cb42dca ProbotApp
undefined
GithubClient {
octokit: undefined,
}