Replies: 1 comment
-
Hey, thank you for reaching out! Your code will most likely produce errors at runtime. A simple example would be a pipeline that accesses certain object properties and expects them to be present, but by making the object partial, they may not be present at runtime, causing errors. There are probably many more such cases. We might look into implementing a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I needed a way to make nested objects partial (the ts-typing is off)
Playground
Maybe this would be an useful util function? The original
v.partial
has additional feature of defining specific key's to be partial, don't know how or even if this is useful for this usecase.Beta Was this translation helpful? Give feedback.
All reactions