react-validation
react-validation copied to clipboard
create-react-app error
Using this package in create-react-app gives an error: Cannot read property length of undefined. The error shows on line 740 of lib/build/validations.js
var length = validations.length;