Every time I try to close a bootstrap modal (using bootstrap-vue) that includes a vee-validated "update" form with vue.js, I encounter the following error:
main.js:477686 Uncaught (in promise) Error: [vee-validate] Validating a non-existent field: "#35". Use "attach()" first.
This issue occurs consistently across all modals containing forms, indicating that it is not specific to any particular form. I am interested in identifying the root cause of this error when updating forms as bootstrap modals are being closed. It's worth mentioning that I am using vee-validate v2.