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
Version Number "@hookform/resolvers": "3.9.1", "react-hook-form": "7.54.2", "yup": "1.6.1"
Reproducer: https://stackblitz.com/edit/vitejs-vite-hufhmrxa?file=src%2FForm%2FForm.tsx
As I understand, this is the same issue as the one described here: #801
Steps to reproduce
errors: { "servers": { "message": "servers field must have at least 1 items", "type": "min", "ref": { "name": "servers" } } }
errors: { "servers": { "root": { "message": "servers field must have at least 1 items", "type": "min", "ref": {} } } }
Expected behaviour The validation error must be always at errors.servers.root. It should not change its location.
errors.servers.root
What browsers are you seeing the problem on? No response
Relevant log output No response
Code of Conduct I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Number
"@hookform/resolvers": "3.9.1",
"react-hook-form": "7.54.2",
"yup": "1.6.1"
Reproducer:
https://stackblitz.com/edit/vitejs-vite-hufhmrxa?file=src%2FForm%2FForm.tsx
As I understand, this is the same issue as the one described here:
#801
Steps to reproduce
Expected behaviour
The validation error must be always at
errors.servers.root
. It should not change its location.What browsers are you seeing the problem on?
No response
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered: