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
Check this box if you encountered the issue using Nuxt and the included module.
Describe the bug
Hello, when using vee-validate in combination with pinia-plugin-persistedstate, I encounter an issue where the .$state cannot be passed to vee-validate's resetForm method when the store is enabled for persistence. This results in a RangeError: Maximum call stack size exceeded error from vee-validate.
Are you using Nuxt?
Describe the bug
Hello, when using vee-validate in combination with pinia-plugin-persistedstate, I encounter an issue where the
.$state
cannot be passed to vee-validate'sresetForm
method when the store is enabled for persistence. This results in aRangeError: Maximum call stack size exceeded
error from vee-validate.Reproduction
https://codesandbox.io/p/devbox/n8krd6
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: