-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
never
Returned when Only Optional Properties Present
#476
Labels
Status: Released
It's now live.
Type: Bug
Inconsistencies or issues which will cause a problem for users or implementors.
Comments
joealden
added
Status: Triage
This issue needs to be triaged.
Type: Bug
Inconsistencies or issues which will cause a problem for users or implementors.
labels
May 20, 2024
The issue seems to happen only when all properties are optional. |
RebeccaStevens
changed the title
May 21, 2024
never
Returned when Optional Properties Presentnever
Returned when Only Optional Properties Present
RebeccaStevens
added a commit
that referenced
this issue
May 21, 2024
RebeccaStevens
added a commit
that referenced
this issue
May 21, 2024
RebeccaStevens
added a commit
that referenced
this issue
May 21, 2024
github-actions bot
pushed a commit
that referenced
this issue
May 21, 2024
## [7.0.1](v7.0.0...v7.0.1) (2024-05-21) ### Bug Fixes * handling of partial types ([1832bd0](1832bd0)), closes [#476](#476)
🎉 This issue has been resolved in version 7.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Should be fixed now. let me know if there's any other issues that pop up. |
Looks good, no more type errors in our codebase now - thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Released
It's now live.
Type: Bug
Inconsistencies or issues which will cause a problem for users or implementors.
Bug Report
Follow up from #459 - that bug has been resolved (thanks!), but now some other code is throwing errors on
7.0.0
compared to5.1.0
, wherenever
is the resulting type. From trying to reduce it down to a minimum reproducible example, it looks like it might be something to do with optional properties.Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: