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
I am using joi-validation-strategy for react-validation-mixin but I am getting the error as Uncaught TypeError: Cannot set property length of [object Object] which has only a getter.
Initially, I thought it could be because of older node and npm version but even after updating them I have the same issue.
I am unable to run simple example of validation using this. If I remove joi, joi-validation-strategy, and when I use my own strategy, its working fine. Please let me know if I am missing something.
The text was updated successfully, but these errors were encountered:
I am using joi-validation-strategy for react-validation-mixin but I am getting the error as
Uncaught TypeError: Cannot set property length of [object Object] which has only a getter
.Initially, I thought it could be because of older node and npm version but even after updating them I have the same issue.
I am unable to run simple example of validation using this. If I remove joi, joi-validation-strategy, and when I use my own strategy, its working fine. Please let me know if I am missing something.
The text was updated successfully, but these errors were encountered: