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
javascript converts empty string to 0. So if the this preprocessor is applied for number and if input is empty string then after transformation we receive value 0 which is number and hence zod doesn't throw any error
javascript converts empty string to 0. So if the this preprocessor is applied for number and if input is empty string then after transformation we receive value 0 which is number and hence zod doesn't throw any error
zod-extras/src/utils/toNumberPreprocessor.ts
Lines 6 to 8 in cbe209b
The text was updated successfully, but these errors were encountered: