-
-
Notifications
You must be signed in to change notification settings - Fork 310
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: propogate type through Provider #744
base: develop
Are you sure you want to change the base?
Conversation
@rmk135 this seems like a big improvement for type safety, any change of this getting merged in? |
@philipbjorge thank you for the contribution. This change looks good to me. I'm not sure why there was no generic propagation. Looks like a good bugfix. There also should be some tests for that. Maybe we will need to fix them. Not sure why CI is not running checks for this PR. |
@ZipFile can you please review this PR as well? |
I don't have capacity to address any feedback here and no longer work at the company using this library -- But I've reached out to my previous teammates to see if they can carry the torch :) Thanks for reviewing! Excited to see this project waking back up! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me either, but it would be nice to have some tests too.
Before
After