Replies: 2 comments
-
Same here in the following versions:
Anyone found a solution yet? |
Beta Was this translation helpful? Give feedback.
0 replies
-
ts- ignore ;-)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I import all rules as described in https://vee-validate.logaretm.com/v4/guide/global-validators/#vee-validaterules I get the following TS Error:
_error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'typeof import(".../vue/node_modules/@vee-validate/rules/dist/vee-validate-rules")'.
No index signature with a parameter of type 'string' was found on type 'typeof import("../vue/node_modules/@vee-validate/rules/dist/vee-validate-rules")'.
defineRule(rule, AllRules[rule]);
Any solutions on this?
vee-validate Version: 4.11.8
Beta Was this translation helpful? Give feedback.
All reactions