-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Incorrect Problem Reported with VeeValidate #41
Comments
Hi @JohnCampionJr, the The original |
OK, I've contacted them, thanks. |
Hello @johnsoncodehk, vee-validate author here. great work with volar. I tried adding a
I think it shouldn't try to intersect the custom prop with Any pointers? |
Hi @logaretm, sorry I just found this is a types bug from Volar when props duplicate name with |
You are both amazing coders - thanks for fixing this! |
Hi, made a test repo, thinking this was an issue with VeeValidate. But the error only appears in VS Code with Volar. Vetur does not indicate this problem, which leads me to think its a Volar issue.
https://github.com/JohnCampionJr/vee-validate-vue3-ts
Volar throws an error in the validation page, with the VeeValidate Form submit handler having more than one property.
The text was updated successfully, but these errors were encountered: