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
What are you trying to achieve or the steps to reproduce ?
Joi.string().email().lowercase()
Which result you had ?
Error.captureStackTrace is not a function
What did you expect ?
The schema to build successfully or an error to be thrown explaining why. In this case apparently Joi is not shipping the tld list with browsers anymore. So the schema build fails.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Context
What are you trying to achieve or the steps to reproduce ?
Which result you had ?
Error.captureStackTrace is not a function
What did you expect ?
The schema to build successfully or an error to be thrown explaining why. In this case apparently Joi is not shipping the tld list with browsers anymore. So the schema build fails.
The text was updated successfully, but these errors were encountered: