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

feat(VForm): rename errorMessages to errors #15190

Merged
merged 2 commits into from Jun 2, 2022

Conversation

KaelWD
Copy link
Member

@KaelWD KaelWD commented Jun 2, 2022

A user on discord got confused because the old api looked like this:

(await form.value.validate()).errorMessages[0].errorMessages

instead of

(await form.value.validate()).errors[0].errorMessages

@KaelWD KaelWD merged commit c5dfa97 into next Jun 2, 2022
@KaelWD KaelWD deleted the feat/form-rename-errorMessages branch June 2, 2022 19:14
@KaelWD KaelWD added this to the v3.0.0-beta milestone Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants