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
The methods are only useful when compile() is not called explicitly which is the wrong way to use joi. Schema compilation is costly and should be done explicitly and once. If you have joi schema types, you can just call schema.validate().
The text was updated successfully, but these errors were encountered:
The methods are only useful when compile() is not called explicitly which is the wrong way to use joi. Schema compilation is costly and should be done explicitly and once. If you have joi schema types, you can just call schema.validate().
The text was updated successfully, but these errors were encountered: