Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong cached provider returned #162

Open
oleg-ch opened this issue Apr 13, 2024 · 0 comments
Open

Wrong cached provider returned #162

oleg-ch opened this issue Apr 13, 2024 · 0 comments

Comments

@oleg-ch
Copy link

oleg-ch commented Apr 13, 2024

Check getProviderNoCache fn's return value for second cached provider match
It should likely return the second cached provider, not the first one.
if (second.isProviderFor(O, P)) return first; -> if (second.isProviderFor(O, P)) return second;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant