We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mixed
Describe the bug If I call addMethod on mixed (or MixedSchema), that method isn't available on other schema types (string() for example).
addMethod
MixedSchema
string()
To Reproduce https://codesandbox.io/s/crazy-allen-wfc5p?file=/src/index.test.js
Expected behavior The method to be available on any other schema type. This was working up until 0.31.1 but broke in 0.32.0
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered:
whoops good catch
Sorry, something went wrong.
7f8591d
Successfully merging a pull request may close this issue.
Describe the bug
If I call
addMethod
onmixed
(orMixedSchema
), that method isn't available on other schema types (string()
for example).To Reproduce
https://codesandbox.io/s/crazy-allen-wfc5p?file=/src/index.test.js
Expected behavior
The method to be available on any other schema type. This was working up until 0.31.1 but broke in 0.32.0
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: