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 results did you expect?
When using Chrome, the validation works without any problems. When using Firefox, this issue occurs without any changes made. I tried different approaches with the parameters, but nothing seems to work. As soon as there are more than 250 options, this error occurs.
This issue is happening when using AJV in a Vue.js project with Composition API.
I've added the Vue project below. You can unpack it and run npm run dev in the folder where the entire project is located.
What version of Ajv are you using? Does the issue happen if you use the latest version?
I use Ajv Version 8.17.1 and the issue still happens
Ajv options object
JSON Schema
Sample data
Your code
Validation result, data AFTER validation, error messages
What results did you expect?
When using Chrome, the validation works without any problems. When using Firefox, this issue occurs without any changes made. I tried different approaches with the parameters, but nothing seems to work. As soon as there are more than 250 options, this error occurs.
This issue is happening when using AJV in a Vue.js project with Composition API.
I've added the Vue project below. You can unpack it and run
npm run dev
in the folder where the entire project is located.ajv_error.zip
The text was updated successfully, but these errors were encountered: