-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
hot reload will cause Maximum recursive updates exceeded in component <Form> #3580
Comments
Thanks for reporting this, took a while to figure out the issue and it seems to be related to the behavior of vee-validate/packages/vee-validate/src/useForm.ts Lines 725 to 734 in 7c621ab
I've tracked the reason to Replacing it with a I will publish a release shortly with this patch. |
due to issue similar to watchEffect logaretm#3580
What happened?
I'm using custom component, it will cause Maximum recursive updates exceeded in component
when hot reloaded.Reproduction steps
codesandbox
TextInput.vue
component.you can also check documentation example custom-inputs, it happend same issue when component hot reloaded.
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
https://codesandbox.io/s/vee-validate-uddth
Code of Conduct
The text was updated successfully, but these errors were encountered: