Skip to content
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

[Vue warn]: field with path text1 was not found #4368

Closed
3 of 5 tasks
florianthiel opened this issue Jul 13, 2023 · 4 comments
Closed
3 of 5 tasks

[Vue warn]: field with path text1 was not found #4368

florianthiel opened this issue Jul 13, 2023 · 4 comments
Labels
🐛 bug Unintended behavior

Comments

@florianthiel
Copy link

What happened?

After updating vee-validate from version 4.10.5 to 4.10.6 I'm getting a warning message for every field in my form. The message is [Vue warn]: field with path text1 was not found. This happens when switching between routes. When downgrading to 4.10.5 the warning message disappears.

Reproduction steps

  1. Open the code sandbox link
  2. Switch between routes by clicking the links 1/2
  3. Warning message should be visible in the console

Version

Vue.js 3.x and vee-validate 4.x

What browsers are you seeing the problem on?

  • Firefox
  • Chrome
  • Safari
  • Microsoft Edge

Relevant log output

[Vue warn]: field with path text1 was not found

Demo link

https://codesandbox.io/p/sandbox/old-frost-ty4tnq?file=%2Fpackage.json%3A11%2C18

Code of Conduct

@tbl0605
Copy link

tbl0605 commented Jul 13, 2023

I have exactly same problem ;)

@JeanMg26
Copy link

i too same problem since today

@jasonlewis
Copy link

I think it might be related to 68080d2.

@logaretm logaretm added the 🐛 bug Unintended behavior label Jul 15, 2023
@logaretm
Copy link
Owner

Thanks for reporting this, there was a silent validation running after the field was being removed for form state house keeping which would always cause this warning to happen, it will be silenced in this case for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Unintended behavior
Projects
None yet
Development

No branches or pull requests

5 participants