-
Notifications
You must be signed in to change notification settings - Fork 45
feat: show combiner for properties of an object #183
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
Conversation
/> | ||
)) | ||
.add('anyOf-array-schema', () => ( | ||
.add('oneOf-array-schema', () => ( |
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.
this change is unrelated to this issue, but I also updated the story names to match the files/schema
/> | ||
)) | ||
.add('anyOf-array-schema2', () => ( | ||
.add('oneOf-array-schema2', () => ( |
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.
this change is unrelated to this issue, but I also updated the story names to match the files/schema
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.
I tried this out locally and it looks good. 👌
@mpodlasin I thought we already covered the case for anyOf/OneOf showing for non array cases. |
🎉 This PR is included in version 4.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Attempt to address #9513
Because the combiner is a level deep, it shows up in each choice. Is that too busy for someone's eyes?