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
It turns out `optional` doesn't need to be considered on the transformer out.
It only helps inform if the schema should be `nullable` - allowing `null/undefined` in.
`OptionalField.nullable` then widens this to further allow `nulls` into the app.
0 commit comments