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

Fix support for @Prototype with Provider<T> #541

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

rbygrave
Copy link
Contributor

Extracted this fix from #540

@prototype with Provider currently produces code that registers Provider<Provider> instead of Provider and this fixes that.

Extracted this fix from #540

@prototype with Provider<T> currently produces code that registers Provider<Provider<T>> instead of Provider<T> and this fixes that.
@rbygrave rbygrave requested a review from SentryMan April 14, 2024 09:45
@rbygrave rbygrave self-assigned this Apr 14, 2024
@rbygrave rbygrave added the bug Something isn't working label Apr 14, 2024
@rbygrave rbygrave merged commit ee732d6 into master Apr 14, 2024
7 checks passed
@rbygrave rbygrave deleted the feature/fix-prototype-provider branch April 14, 2024 10:04
@rbygrave rbygrave modified the milestones: 9.13, 10.0 Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant