Closed chuck-flowers closed 2 months ago
@chuck-flowers Hi, Thanks for reporting. I have published a fix for this on 0.33.8.
The fix was also applied to Pick, Omit, Partial and Required.
Will close up this issue for now, but if you run into any problems, feel free to ping on this thread.
All the best S
I've discovered an interesting issue. It seems that once the
title
for a schema is set, it can't be overridden through composition function likeOmit
.Steps to Reproduce
Expected Result
Actual Result
Potential Root Cause
I suspect that the root cause is the ordering of
schema
andoptions
on this lineIf the ordering of the spread was reversed, I think the expected behavior would occur.