-
-
Notifications
You must be signed in to change notification settings - Fork 165
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 schema type error mentioned in issue 549 #563
Fix schema type error mentioned in issue 549 #563
Conversation
Any chance you could add some test coverage on the fix? thank 🙏 |
Do you have any suggestions, how to test a typescript type change? In my opinion, typescript will test it automatically on compile time. |
If you can include usage in the test case would be good, that proof why the issue was there in the first place. |
Improves yup type inference to make generic casting for useForm unnecessary
I changed some more, to improve/fix the type inference for |
Any news here? Do you need something? |
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.
LGTM! thanks for the contribution
🎉 This PR is included in version 3.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@jorisre @bluebill1049 : I think this should have been better at least a minor release, since the type was |
Thanks @henrikvolmer for supporting on this issue. Yes, I think a minor version would probably be the wiser release. |
@bluebill1049 : So how we move on? Can you change the patch version to a minor version? |
It's a little bit of a difficult situation here We can't overwrite the release or re-release. perhaps @jorisre maybe we just added to the release note on this change which may cause breaking changes to existing apps. |
We can:
@bluebill1049 What do you prefer? |
I think we just update the release note would be the better choice, cause the patch is already release. thanks @jorisre 🙏 |
Fixes issue #549