Skip to content

Wrong cached provider returned #162

@oleg-ch

Description

@oleg-ch

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions