NewOldMax / react-form-validator-core

Core validator component for react forms
MIT License
95 stars 44 forks source link

Maximum call stack size exceeded with custom validator #31

Closed Debananda closed 6 years ago

Debananda commented 6 years ago

Upon adding custom validations, on no error the validator is getting called infinite times. I think this is the same issue https://github.com/christianalfoni/formsy-react/issues/298.

"react": "^16.4.2", "react-form-validator-core": "^0.4.4",

NewOldMax commented 6 years ago

Hi can you reproduce your issue here?

Debananda commented 6 years ago

My mistake.. sometime I can't think properly. The infinite call was due improper coding :) Thanks a lot