-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
Error compiling Schema when validations are run #2895
Comments
Please provide a playground link. |
The error message here is the same as the one here: #2020 I've also run into this error message but only on a production build. When I get the error, and copy the schema I'm using to the playground, the error does not appear and therefore I'm unable to reproduce the error in the playground making it difficult to track down this bug. |
I am not able to reproduce same error on playground as I am using it to build a chrome extension. I tried using ajv explicitly to check for errors and got same error. |
Is the error your getting from AJV reasonable or do you think this could be a bug in AJV? As for my case, I set noValidate to true to disable validation yet this error still occurs for me. |
It maybe a symptom of this issue in AJV6... we are actively working on a v5 version (with breaking changes) that will support using AJV8 where that issue is fixed |
Out of curiosity, what is the estimate on when v5 will be released? |
we are shooting for an alpha by august... beta by september, release before october... That's the best guess right now |
Any previous version not affected by this? |
Duplicate of #2020 |
Prerequisites
What theme are you using?
chakra-ui
Version
4.2.0
Current Behavior
I have added a form on my react app which has rather simple schema for testing and it's throwing an error mentioned on submitting. After it submit functions runs without checking for validations.
Expected Behavior
Add a form with simple schema:
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: