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
As a baby programmer, i am using this great repo to learn best practice and how to write clean code .Using the utils/validation.js in another project, i got the the following error. rule is not a function. Please how can i solve this. Thanks
The text was updated successfully, but these errors were encountered:
Sorry for the late reply.
Can you find "src/utils/validation.js" and add console.log(rules) after "export function createValidator(rules, params) {" (line# 57) to make sure all rules are function?
As a baby programmer, i am using this great repo to learn best practice and how to write clean code .Using the utils/validation.js in another project, i got the the following error.
rule is not a function
. Please how can i solve this. ThanksThe text was updated successfully, but these errors were encountered: