You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, sorry for the late reply. I am very busy with other things at the moment and am not able to look at it. I am very sorry for that. I hope to find some time towards the end of the year.
Hey,
First of all, thank you for your amazing work. This library and
valibot
are very well designed libraries that I really enjoy using. Thanks!Probably related to #144 and #173, I have Typescript errors when using optional nested fields.
You can find a reproduction here.
You should be able to see the errors I'm talking about in
automation.tsx
:Field
type is inferred toundefined
for a nested field.setValue
value
argument isnever
.If you remove the optional suffix for
schedule
, everything works as expected.This is not a blocking issue obviously but it messes up with the great DX of this library.
The text was updated successfully, but these errors were encountered: