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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Describe the bug
Not all of the built in validators are set to
ValidatorFn
because of this I see errors in my editor.To Reproduce
Add this library and open VSCode.
Expected behavior
Not to see these errors.
Screenshots
Before.
After the suggested changes.
Info
3.14.0
Additional context
To fix this all the validators in https://github.com/asigloo/vue-dynamic-forms/blob/master/src/core/utils/validators.ts should have their return type set to
ValidatorFn
.The text was updated successfully, but these errors were encountered: