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
Not sure where the pattern is being lost, but with:
pattern: /foo/
I'm getting
TypeError: undefined is not a function at node_modules/lx-valid/lib/revalidator.js:518:34
which is the pattern.test() line. It seems as though the pattern is being clobbered into a plain object somewhere up the chain.
but with a string:
pattern: "foo"
it's properly working. Any ideas? This didn't seem to happen until I updated on npm and supplied a much more complex schema.
The text was updated successfully, but these errors were encountered:
Investigating...
Sorry, something went wrong.
Hi @braco ,
can you please post your schema and your data. Didn't find any error yet.
Will come back to this, thanks for looking
4kochi
No branches or pull requests
Not sure where the pattern is being lost, but with:
I'm getting
which is the pattern.test() line. It seems as though the pattern is being clobbered into a plain object somewhere up the chain.
but with a string:
it's properly working. Any ideas? This didn't seem to happen until I updated on npm and supplied a much more complex schema.
The text was updated successfully, but these errors were encountered: